summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-10-29 23:35:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-29 23:35:12 +0000
commit57ab94354c02b06f548293e22bd7186da11f07a2 (patch)
tree6ee219707111947d90ef12a61fd6701591947af7 /tools
parent1a00f7fecd240871caa219bb45460b43c652c604 (diff)
parent4bddbb1c77bf8b12cd896d7b808f35bb020cc213 (diff)
downloadbuild-57ab94354c02b06f548293e22bd7186da11f07a2.zip
build-57ab94354c02b06f548293e22bd7186da11f07a2.tar.gz
build-57ab94354c02b06f548293e22bd7186da11f07a2.tar.bz2
Merge "Adjust samples output pages." into klp-dev
Diffstat (limited to 'tools')
-rw-r--r--tools/droiddoc/templates-sdk/sample.cs18
-rw-r--r--tools/droiddoc/templates-sdk/sampleindex.cs9
2 files changed, 4 insertions, 23 deletions
diff --git a/tools/droiddoc/templates-sdk/sample.cs b/tools/droiddoc/templates-sdk/sample.cs
index a8eaf8c..3fed799 100644
--- a/tools/droiddoc/templates-sdk/sample.cs
+++ b/tools/droiddoc/templates-sdk/sample.cs
@@ -19,11 +19,9 @@
&#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
&#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
- </div><!-- end sum-details-links -->
- <div class="api-level">
- Other info
- </div>
-</div> <!-- end api-info-block -->
+</div><!-- end sum-details-links -->
+
+</div><!-- end breadcurmb block -->
<div id="jd-header" style="border:0;">
@@ -57,11 +55,6 @@
<pre id="codesample-block"><?cs var:fileContents ?></pre>
</div>
-<h3 id="file-location" style="clear:left">Source file location</h3>
-<p>The file containing the source code shown below is located in the corresponding directory in
-<code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>
-
-
<!-- end file contents -->
<script type="text/javascript">
initCodeLineNumbers();
@@ -74,11 +67,6 @@
# else, this means it's offline docs,
so don't show src links (we dont have the pages!) ?>
-<p>You can find the source code for this sample in your SDK at:</p>
-<p style="margin-left:2em">
-<code><em>&lt;sdk&gt;</em>/samples/android-<em>&lt;version&gt;</em>/</code>
-</p>
-
<?cs /if ?><?cs # end if/else online docs ?>
</div> <!-- end jd-content -->
diff --git a/tools/droiddoc/templates-sdk/sampleindex.cs b/tools/droiddoc/templates-sdk/sampleindex.cs
index 077b3d5..8db15c4 100644
--- a/tools/droiddoc/templates-sdk/sampleindex.cs
+++ b/tools/droiddoc/templates-sdk/sampleindex.cs
@@ -23,9 +23,7 @@
&#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
</div><!-- end sum-details-links -->
-<div class="api-level">
- Other info
-</div>
+
</div><!-- end breadcurmb block -->
<h1 itemprop="name"><?cs var:projectDir ?></h1>
@@ -79,11 +77,6 @@
# else, this means it's offline docs,
so don't show src links (we dont have the pages!) ?>
-<p>You can find the source code for this sample in your SDK at:</p>
-<p style="margin-left:2em">
-<code><em>&lt;sdk&gt;</em>/samples/android-<em>&lt;version&gt;</em>/</code>
-</p>
-
<?cs /if ?><?cs # end if/else online docs ?>
</div> <!-- end jd-content -->