OSDN Git Service

docs: add breadcrumbs to developing docs
authorScott Main <smain@google.com>
Wed, 16 Feb 2011 02:26:07 +0000 (18:26 -0800)
committerScott Main <smain@google.com>
Wed, 16 Feb 2011 02:26:07 +0000 (18:26 -0800)
Change-Id: Id63b53a77daff2fa45424dc6607a467dc55a10e3

36 files changed:
docs/html/guide/developing/building/building-cmdline.jd
docs/html/guide/developing/building/building-eclipse.jd
docs/html/guide/developing/debugging/ddms.jd
docs/html/guide/developing/debugging/debugging-devtools.jd
docs/html/guide/developing/debugging/debugging-log.jd
docs/html/guide/developing/debugging/debugging-projects-cmdline.jd
docs/html/guide/developing/debugging/debugging-projects.jd
docs/html/guide/developing/debugging/debugging-tracing.jd
docs/html/guide/developing/debugging/debugging-ui.jd
docs/html/guide/developing/devices/emulator.jd
docs/html/guide/developing/devices/managing-avds-cmdline.jd
docs/html/guide/developing/devices/managing-avds.jd
docs/html/guide/developing/projects/projects-cmdline.jd
docs/html/guide/developing/projects/projects-eclipse.jd
docs/html/guide/developing/testing/testing_eclipse.jd
docs/html/guide/developing/testing/testing_otheride.jd
docs/html/guide/developing/tools/MonkeyDevice.jd
docs/html/guide/developing/tools/MonkeyImage.jd
docs/html/guide/developing/tools/MonkeyRunner.jd
docs/html/guide/developing/tools/adb.jd
docs/html/guide/developing/tools/android.jd
docs/html/guide/developing/tools/bmgr.jd
docs/html/guide/developing/tools/dmtracedump.jd
docs/html/guide/developing/tools/draw9patch.jd
docs/html/guide/developing/tools/emulator.jd
docs/html/guide/developing/tools/hierarchy-viewer.jd
docs/html/guide/developing/tools/hprof-conv.jd
docs/html/guide/developing/tools/layoutopt.jd
docs/html/guide/developing/tools/logcat.jd
docs/html/guide/developing/tools/mksdcard.jd
docs/html/guide/developing/tools/monkey.jd
docs/html/guide/developing/tools/monkeyrunner_concepts.jd
docs/html/guide/developing/tools/proguard.jd
docs/html/guide/developing/tools/sqlite3.jd
docs/html/guide/developing/tools/traceview.jd
docs/html/guide/developing/tools/zipalign.jd

index a5ab07d..81c1178 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Building and Running from the Command Line
+parent.title=Building and Running
+parent.link=index.html
 @jd:body
 
  <div id="qv-wrapper">
index 85c82a9..6ebc49e 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Building and Running from Eclipse with ADT
+parent.title=Building and Running
+parent.link=index.html
 @jd:body
 
 <div id="qv-wrapper">
index 8f5e706..0d47ae5 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Using DDMS
+parent.title=Debugging
+parent.link=index.html
 @jd:body
 
  <div id="qv-wrapper">
index 67605ae..157d62e 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Using the Dev Tools App
+parent.title=Debugging
+parent.link=index.html
 @jd:body
 
 <p>The Dev Tools application is installed by default on all system images included with the SDK,
index ff73c17..295772d 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Reading and Writing Logs
+parent.title=Debugging
+parent.link=index.html
 @jd:body
 
 <div id="qv-wrapper">
index deb4341..2283f8b 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Debugging from Eclipse with ADT
+parent.title=Debugging
+parent.link=index.html
 @jd:body
 
  <div id="qv-wrapper">
index 0401966..72f6498 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Profiling with Traceview and dmtracedump
+parent.title=Debugging
+parent.link=index.html
 @jd:body
 
  <div id="qv-wrapper">
index 7d4a2d1..d2c42d5 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Debugging and Profiling User Interfaces
+parent.title=Debugging
+parent.link=index.html
 @jd:body
 
  <div id="qv-wrapper">
index f61a437..fe00531 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Using the Android Emulator
+parent.title=Managing Virtual Devices
+parent.link=index.html
 @jd:body
 
 <div id="qv-wrapper">
index 02fd750..6feeeb6 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Managing AVDs from the Command Line
+parent.title=Managing Virtual Devices
+parent.link=index.html
 @jd:body
 
 <div id="qv-wrapper">
index 2913ac9..1817ce7 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Managing AVDs with AVD Manager
+parent.title=Managing Virtual Devices
+parent.link=index.html
 @jd:body
 
   <div id="qv-wrapper">
index b12864e..7c3e40e 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Managing Projects from the Command Line
+parent.title=Managing Projects
+parent.link=index.html
 @jd:body
 
   <div id="qv-wrapper">
index aa49663..40c17ed 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Managing Projects from Eclipse with ADT
+parent.title=Managing Projects
+parent.link=index.html
 @jd:body
 
  <div id="qv-wrapper">
index b57306e..4e9ecca 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Testing from Eclipse with ADT
+parent.title=Testing
+parent.link=index.html
 @jd:body
 <div id="qv-wrapper">
     <div id="qv">
index 50cc4fa..93af979 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Testing from Other IDEs
+parent.title=Testing
+parent.link=index.html
 @jd:body
 
 <div id="qv-wrapper">
index 34bbba9..abcf8fd 100644 (file)
@@ -1,4 +1,6 @@
 page.title=MonkeyDevice
+parent.title=monkeyrunner
+parent.link=index.html
 @jd:body
 <style>
     h4.jd-details-title {background-color: #DEE8F1;}
index ae85cb5..2efc373 100644 (file)
@@ -1,4 +1,6 @@
 page.title=MonkeyImage
+parent.title=monkeyrunner
+parent.link=index.html
 @jd:body
 <style>
     h4.jd-details-title {background-color: #DEE8F1;}
index 871e06d..ea8d69e 100644 (file)
@@ -1,5 +1,8 @@
 page.title=MonkeyRunner
+parent.title=monkeyrunner
+parent.link=index.html
 @jd:body
+
 <style>
     h4.jd-details-title {background-color: #DEE8F1;}
 </style>
index 26839a1..e891ccd 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Android Debug Bridge
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <div id="qv-wrapper">
index 15cf8e0..a67012f 100644 (file)
@@ -1,4 +1,6 @@
 page.title=android
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p>{@code android} is an important development tool that lets you:</p>
index 57deb25..d63dcf2 100644 (file)
@@ -1,4 +1,6 @@
 page.title=bmgr
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <!-- quickview box content here -->
index 492a049..cb9ad26 100644 (file)
@@ -1,4 +1,6 @@
 page.title=dmtracedump
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 
index 4d8043b..1d9de4f 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Draw 9-patch
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p>The Draw 9-patch tool allows you to easily create a 
index 748a8b1..ff667f2 100644 (file)
@@ -1,6 +1,8 @@
 page.title=Android Emulator
+parent.title=Tools
+parent.link=index.html
 @jd:body
-<p>
+
 <p>The Android SDK includes a mobile device emulator &mdash; a virtual mobile device 
 that runs on your computer. The emulator lets you develop and test
 Android applications without using a physical device.</p>
index ce660fc..3d3191b 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Hierarchy Viewer
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p>Hierarchy Viewer allows you to debug and optimize your user 
index 27000b4..f96def2 100644 (file)
@@ -1,4 +1,6 @@
 page.title=HPROF Converter
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p>
index e8f623d..cb0b505 100644 (file)
@@ -1,4 +1,6 @@
 page.title=layoutopt
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p><code>layoutopt</code> is a command-line tool that helps you optimize the
index 9603b9f..d4ee68a 100644 (file)
@@ -1,4 +1,6 @@
 page.title=logcat
+parent.title=Tools
+parent.link=index.html
 @jd:body
 <div></div>
 
index 0ec69d2..0a80454 100644 (file)
@@ -1,4 +1,6 @@
 page.title=mksdcard
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
  <p>The <code>mksdcard</code> tool lets you quickly create a FAT32 disk image that you can load in the
index 6c05934..a7e539c 100644 (file)
@@ -1,4 +1,6 @@
 page.title=UI/Application Exerciser Monkey
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p>The Monkey is a program that runs on your 
index e75a8cd..b97babe 100644 (file)
@@ -1,4 +1,6 @@
 page.title=ProGuard
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
  <div id="qv-wrapper">
index 71e614f..9cc7e98 100644 (file)
@@ -1,4 +1,6 @@
 page.title=sqlite3
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
  <p>From a remote shell to your device or from your host machine, you can use the <a href= 
index 422fe00..aa37481 100644 (file)
@@ -1,4 +1,6 @@
 page.title=Traceview
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p>Traceview is a graphical viewer for execution logs saved by your application. 
index 6231798..ebf177b 100644 (file)
@@ -1,4 +1,6 @@
 page.title=zipalign
+parent.title=Tools
+parent.link=index.html
 @jd:body
 
 <p>zipalign is an archive alignment tool that provides important