1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix up the titles in the getting started TOC.

This commit is contained in:
Doug Schaefer 2007-06-20 20:41:45 +00:00
parent 1c842dd07e
commit f286efc029

View file

@ -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>