Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanya-Marise De Sousa2003-12-16 20:10:34 +0000
committerTanya-Marise De Sousa2003-12-16 20:10:34 +0000
commit8302ccdddcfc745e29c16f2c13c9a2041825c419 (patch)
tree93c5de84ca8636528edc5dccb95c25910e0a8b9b /doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
parentc35087d93c9f4f746991217d06f9d658688aae3b (diff)
downloadorg.eclipse.cdt-8302ccdddcfc745e29c16f2c13c9a2041825c419.tar.gz
org.eclipse.cdt-8302ccdddcfc745e29c16f2c13c9a2041825c419.tar.xz
org.eclipse.cdt-8302ccdddcfc745e29c16f2c13c9a2041825c419.zip
Corrected topics_*.xml files and updated the build.xml file.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml')
-rw-r--r--doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml3
1 files changed, 1 insertions, 2 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 4a664f4839d..ad361e93078 100644
--- a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
+++ b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
@@ -2,11 +2,10 @@
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
- <topic label="Tutorial" href="getting_started/cdt_o_tutorial.htm">
+<toc label="Tutorial" href="getting_started/cdt_o_tutorial.htm">
<topic label="Creating your project" href="getting_started/cdt_w_newproj.htm"/>
<topic label="Creating your C++ file" href="getting_started/cdt_w_newcpp.htm"/>
<topic label="Creating your makefile" href="getting_started/cdt_w_newmake.htm"/>
<topic label="Building your project" href="getting_started/cdt_w_build.htm"/>
<topic label="Debugging your project" href="getting_started/cdt_w_debug.htm"/>
- </topic>
</toc>

Back to the top