diff options
author | Robert Ly <robertly@google.com> | 2010-12-29 18:29:25 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-12-29 18:29:25 -0800 |
commit | 5509ff46337bc084af1a6a878dfab4a3eef93ba9 (patch) | |
tree | 0954f274d2d14c4b6a24bbd82e7da5149cffe99c /docs | |
parent | a92c19a1b0f2c6b96c76fedb69062ea1b20f79ce (diff) | |
parent | 2b1c726b38f37b4e4e14eb48aac45352dae91b34 (diff) | |
download | frameworks_base-5509ff46337bc084af1a6a878dfab4a3eef93ba9.zip frameworks_base-5509ff46337bc084af1a6a878dfab4a3eef93ba9.tar.gz frameworks_base-5509ff46337bc084af1a6a878dfab4a3eef93ba9.tar.bz2 |
Merge "Doc change: Updating toc with final restructuring changes"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/guide_toc.cs | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index 87987b3..451caed 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -322,9 +322,9 @@ <li class="toggle-list"> <div> - <a href="<?cs var:toroot ?>guide/developing/devices/index.html"> - <span class="en">Creating and Managing Virtual Devices</span> - </a> + <a href="<?cs var:toroot ?>guide/developing/devices/index.html"> + <span class="en">Creating and Managing Virtual Devices</span> + </a> </div> <ul> <li> @@ -338,14 +338,13 @@ </a> </li> <li> - <a href="<?cs var:toroot ?>guide/developing/devices/emulator.html"> + <a href="<?cs var:toroot ?>guide/developing/devices/emulator.html"> <span class="en">Using the Android Emulator</span> </a> </li> </ul> </li> - - <li> + <li> <a href="<?cs var:toroot ?>guide/developing/device.html"> <span class="en">Connecting Hardware Devices</span> </a> @@ -374,14 +373,14 @@ <li class="toggle-list"> <div> <a href="<?cs var:toroot ?>guide/developing/building/index.html"> - <span class="en">Building and Running</span> + <span class="en">Building and Running Apps</span> </a> </div> <ul> <li><a href="<?cs var:toroot ?>guide/developing/building/building-eclipse.html"> <span class="en">In Eclipse</span> </a></li> - <li><a href="<?cs var:toroot ?>guide/developing/building/building-cmdline.html"><span class="en">With Ant</span></a></li> + <li><a href="<?cs var:toroot ?>guide/developing/building/building-cmdline.html"><span class="en">In Other IDEs</span></a></li> </ul> </li> @@ -404,7 +403,7 @@ </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/ddms.html"> - <span class="en">Dalvik Debug Monitor Server</span> + <span class="en">Using DDMS</span> </a> </li> <li> @@ -424,7 +423,7 @@ </li> <li> <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-devtools.html"> - <span class="en">Debugging with the Dev Tools App</span> + <span class="en">Using the Dev Tools App</span> </a> </li> |