[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] Fw: CDT doc patch
|
FYI
Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962
----- Forwarded by Dave
Williams/Ottawa/Contr/IBM on 06/02/2004 04:51 PM -----
Dave Williams/Ottawa/Contr/IBM
06/02/2004 04:51 PM
|
To
| David Daoust/Ottawa/IBM
|
cc
|
|
Subject
| CDT doc patch |
|
Hi Dave,
here is the patch.
1 file in the reference section failed
checkpii and there was a link error in the .xml files.
Dave Williams
Technical Writer
Rational Software
IBM Software Group
(613) 591-2962Index: topics_Concepts.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Concepts.xml,v
retrieving revision 1.6
diff -u -r1.6 topics_Concepts.xml
--- topics_Concepts.xml 2 Jun 2004 19:01:38 -0000 1.6
+++ topics_Concepts.xml 2 Jun 2004 20:49:00 -0000
@@ -3,31 +3,31 @@
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
<toc label="Concepts">
- <topic label="CDT Overview" href="cdt_c_over_cdt.htm"/>
- <topic label="CDT Projects" href="cdt_c_projects.htm"/>
- <topic label="CDT Perspectives" href="cdt_c_perspectives.htm"/>
- <topic label="CDT Views" href="cdt_c_views.htm"/>
- <topic label="Code aids" href="cdt_o_code_entry.htm">
- <topic label="Comments" href="cdt_c_comments.htm"/>
- <topic label="Content Assist" href="cdt_c_content_assist.htm"/>
- <topic label="Templates" href="cdt_c_templates.htm"/>
+ <topic label="CDT Overview" href="concepts/cdt_c_over_cdt.htm"/>
+ <topic label="CDT Projects" href="concepts/cdt_c_projects.htm"/>
+ <topic label="CDT Perspectives" href="concepts/cdt_c_perspectives.htm"/>
+ <topic label="CDT Views" href="concepts/cdt_c_views.htm"/>
+ <topic label="Code aids" href="concepts/cdt_o_code_entry.htm">
+ <topic label="Comments" href="concepts/cdt_c_comments.htm"/>
+ <topic label="Content Assist" href="concepts/cdt_c_content_assist.htm"/>
+ <topic label="Templates" href="concepts/cdt_c_templates.htm"/>
</topic>
- <topic label="Editing" href="cdt_o_edit.htm">
- <topic label="Editor View" href="cdt_c_editor.htm"/>
+ <topic label="Editing" href="concepts/cdt_o_edit.htm">
+ <topic label="Editor View" href="concepts/cdt_c_editor.htm"/>
</topic>
- <topic label="Navigation aids" href="cdt_o_nav.htm">
- <topic label="Outline View" href="cdt_c_outlineview.htm"/>
- <topic label="Project File views" href="cdt_c_proj_file_views.htm"/>
- <topic label="C/C++ search" href="cdt_c_search.htm"/>
- <topic label="Open declarations" href="cdt_c_open_declarations.htm"/>
+ <topic label="Navigation aids" href="concepts/cdt_o_nav.htm">
+ <topic label="Outline View" href="concepts/cdt_c_outlineview.htm"/>
+ <topic label="Project File views" href="concepts/cdt_c_proj_file_views.htm"/>
+ <topic label="C/C++ search" href="concepts/cdt_c_search.htm"/>
+ <topic label="Open declarations" href="concepts/cdt_c_open_declarations.htm"/>
</topic>
- <topic label="Build" href="cdt_o_build_conc.htm">
- <topic label="Building C/C++ Projects" href="cdt_c_build_over.htm"/>
- <topic label="Manage Build Extensibility Document" href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Reference%20Documents/Managed_Build/Managed_Build_Extensibility.html?cvsroot=Tools_Project"/>
+ <topic label="Build" href="concepts/cdt_o_build_conc.htm">
+ <topic label="Building C/C++ Projects" href="concepts/cdt_c_build_over.htm"/>
+ <topic label="Manage Build Extensibility Document" href="concepts/http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/user/Reference%20Documents/Managed_Build/Managed_Build_Extensibility.html?cvsroot=Tools_Project"/>
</topic>
- <topic label="Debug" href="cdt_o_dbg_concepts.htm">
- <topic label="Adding Break Points" href="cdt_c_brkpnts.htm"/>
- <topic label="Debug overview" href="cdt_c_over_dbg.htm"/>
- <topic label="Debug information" href="cdt_c_dbg_info.htm"/>
+ <topic label="Debug" href="concepts/cdt_o_dbg_concepts.htm">
+ <topic label="Adding Break Points" href="concepts/cdt_c_brkpnts.htm"/>
+ <topic label="Debug overview" href="concepts/cdt_c_over_dbg.htm"/>
+ <topic label="Debug information" href="concepts/cdt_c_dbg_info.htm"/>
</topic>
</toc>
Index: topics_Reference.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Reference.xml,v
retrieving revision 1.7
diff -u -r1.7 topics_Reference.xml
--- topics_Reference.xml 2 Jun 2004 19:01:38 -0000 1.7
+++ topics_Reference.xml 2 Jun 2004 20:49:00 -0000
@@ -4,7 +4,7 @@
<toc label="Reference">
- <topic label="C/C++ Views and Editors" href="reference/reference/cdt_o_views.htm">
+ <topic label="C/C++ Views and Editors" href="reference/cdt_o_views.htm">
<topic label="Selecting Views and Editors" href="reference/cdt_u_views.htm"/>
<topic label="C/C++ Projects view" href="reference/cdt_u_cproj_view.htm"/>
<topic label="Navigator view" href="reference/cdt_u_navigator_view.htm"/>
Index: topics_Tasks.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/topics_Tasks.xml,v
retrieving revision 1.6
diff -u -r1.6 topics_Tasks.xml
--- topics_Tasks.xml 15 May 2004 20:50:33 -0000 1.6
+++ topics_Tasks.xml 2 Jun 2004 20:49:00 -0000
@@ -48,7 +48,7 @@
<topic label="Create a run or debug configuration" href="tasks/cdt_t_new_run_config.htm"/>
<topic label="Specify a project and application" href="tasks/cdt_t_run_main.htm"/>
<topic label="Specify the execution arguments and the working directory" href="tasks/cdt_t_run_arg.htm"/>
- <topic label="Set the environment variables and values" href="tasks/tasks/cdt_t_run_env.htm"/>
+ <topic label="Set the environment variables and values" href="tasks/cdt_t_run_env.htm"/>
<topic label="Select a debugger" href="tasks/cdt_t_run_dbg.htm"/>
<topic label="Specify the location of source files" href="tasks/cdt_t_run_source.htm"/>
<topic label="Specifying the location of the run configuration" href="tasks/cdt_t_run_com.htm"/>
Index: reference/cdt_u_sprop_mdiscovery.htm
===================================================================
RCS file: /home/tools/org.eclipse.cdt.doc.user/reference/cdt_u_sprop_mdiscovery.htm,v
retrieving revision 1.1
diff -u -r1.1 cdt_u_sprop_mdiscovery.htm
--- reference/cdt_u_sprop_mdiscovery.htm 2 Jun 2004 19:01:37 -0000 1.1
+++ reference/cdt_u_sprop_mdiscovery.htm 2 Jun 2004 20:49:01 -0000
@@ -19,7 +19,7 @@
<dl>
<dt>Automate scanner configuration discovery</dt>
<dd>Select this checkbox to configure the scanner discovery to run automatically.</dd>
- <dt>Build output parser options<</dt>
+ <dt>Build output parser options</dt>
<dd>This section allows you to select the output parser.</dd>
<dt>Generate scanner info command options</dt>
<dd>This section allows you to select the scanner info settings.</dd>
@@ -61,4 +61,4 @@
</body>
-</html>
+</html>
\ No newline at end of file