Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-06-20 20:41:45 +0000
committerDoug Schaefer2007-06-20 20:41:45 +0000
commitf286efc029e44a14867b746928b69947321f2e5f (patch)
tree1cf92f61fdddbd9dbd85ad08f0765c1e6c20388d
parent1c842dd07e713b92b1d4190d171e6e2419c1972a (diff)
downloadorg.eclipse.cdt-f286efc029e44a14867b746928b69947321f2e5f.tar.gz
org.eclipse.cdt-f286efc029e44a14867b746928b69947321f2e5f.tar.xz
org.eclipse.cdt-f286efc029e44a14867b746928b69947321f2e5f.zip
Fix up the titles in the getting started TOC.
-rw-r--r--doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
index 588ef7e9c36..3d50d6521e6 100644
--- a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
+++ b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
-
<toc label="Getting Started">
- <topic label="New CDT Project with generated makefile - Tutorial" href="getting_started/cdt_w_basic.htm"/>
- <topic label="CDT Importing an Existing Project Tutorial" href="getting_started/cdt_w_import.htm"/>
- <topic label="CDT Debugging Tutorial" href="http://download.eclipse.org/tools/cdt/docs/tutorials/debug_tutorial/cdt_w_debug.htm"/>
- <topic label="How to bring C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
+ <topic label="Creating a simple application" href="getting_started/cdt_w_basic.htm"/>
+ <topic label="Importing an existing project" href="getting_started/cdt_w_import.htm"/>
+ <topic label="Debugging projects" href="http://download.eclipse.org/tools/cdt/docs/tutorials/debug_tutorial/cdt_w_debug.htm"/>
+ <topic label="Importing C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
<topic label="Updating the CDT" href="getting_started/cdt_w_install_cdt.htm"/>
</toc> \ No newline at end of file

Back to the top