diff options
author | Robert Ly <robertly@google.com> | 2010-12-29 16:14:41 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2010-12-29 17:38:29 -0800 |
commit | 2b1c726b38f37b4e4e14eb48aac45352dae91b34 (patch) | |
tree | 76d6fed22378f60b02528417a5d7718fd60f8e15 | |
parent | f67c7b58194fdd4cd51d26c29e2002d21b058e36 (diff) | |
download | frameworks_base-2b1c726b38f37b4e4e14eb48aac45352dae91b34.zip frameworks_base-2b1c726b38f37b4e4e14eb48aac45352dae91b34.tar.gz frameworks_base-2b1c726b38f37b4e4e14eb48aac45352dae91b34.tar.bz2 |
Doc change: Updating toc with final restructuring changes
Change-Id: I126c33c3e7dac5d83607aea41f18402e39d3a3f4
-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> |