Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Daoust2004-05-15 20:50:33 +0000
committerDavid Daoust2004-05-15 20:50:33 +0000
commit1dfa3d2e95d8668687e3cad28c3465cb4484ad8c (patch)
treece0d6f0d3b98d9c2651587a23541fa6a7f5791b7 /doc/org.eclipse.cdt.doc.user/toc.xml
parent5706a3abe2b2c79504857aff25df10949909d93c (diff)
downloadorg.eclipse.cdt-1dfa3d2e95d8668687e3cad28c3465cb4484ad8c.tar.gz
org.eclipse.cdt-1dfa3d2e95d8668687e3cad28c3465cb4484ad8c.tar.xz
org.eclipse.cdt-1dfa3d2e95d8668687e3cad28c3465cb4484ad8c.zip
Doc cleanup, added in a few new documents and referenced them in the appropriate .xml files.
New Standard Make Tutorial.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/toc.xml')
-rw-r--r--doc/org.eclipse.cdt.doc.user/toc.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/toc.xml b/doc/org.eclipse.cdt.doc.user/toc.xml
index b44f62c314f..0f21698da30 100644
--- a/doc/org.eclipse.cdt.doc.user/toc.xml
+++ b/doc/org.eclipse.cdt.doc.user/toc.xml
@@ -4,7 +4,7 @@
<toc id="cdt" label="C/C++ Development User Guide" topic="concepts/cdt_o_home.htm">
-<topic label="Tutorial" href="getting_started/cdt_o_tutorial.htm">
+<topic label="Getting Started" href="getting_started/cdt_o_tutorial.htm">
<link toc="topics_Getting_Started.xml" />
</topic>
<topic label="Concepts" href="concepts/cdt_o_concepts.htm">
@@ -16,4 +16,6 @@
<topic label="Reference" href="reference/cdt_o_ref.htm">
<link toc="topics_Reference.xml" />
</topic>
+<topic label="Before you begin" href="concepts/cdt_c_before_you_begin.htm"/>
+<topic label="What's new" href="concepts/cdt_c_whatsnew.htm"/>
</toc>

Back to the top