Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVivian Kong2009-05-07 15:13:15 +0000
committerVivian Kong2009-05-07 15:13:15 +0000
commit0b63815f842dfcd41b2fb88c9f8bce8f0ad9e889 (patch)
tree42a115121340518ad9b786c5af91f62fa72fabf2 /doc
parent5ffd696f08c4d5a8971297d45aa94a79eb56e26f (diff)
downloadorg.eclipse.cdt-0b63815f842dfcd41b2fb88c9f8bce8f0ad9e889.tar.gz
org.eclipse.cdt-0b63815f842dfcd41b2fb88c9f8bce8f0ad9e889.tar.xz
org.eclipse.cdt-0b63815f842dfcd41b2fb88c9f8bce8f0ad9e889.zip
minor doc fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm2
-rw-r--r--doc/org.eclipse.cdt.doc.user/contexts_CDT.xml1
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm2
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm2
4 files changed, 4 insertions, 3 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
index 84cb60bba64..dcb1841e67b 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm
@@ -16,7 +16,7 @@ tr {vertical-align: top;}
<body>
<h1>CDT 5.0 - New and Noteworthy</h1>
<p>CDT 5.0 includes new features in Editor, Call Hierarchy,
-Refactoring, Indexer, Projects & Build, and Debug.
+Refactoring, Indexer, Projects &amp; Build, and Debug.
<p>
See <a href="http://wiki.eclipse.org/CDT/User/NewIn50">What's New in CDT 5.0</a> on the CDT Wiki for more information including screen shots.
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
index b854a325fd8..3a0864e8145 100644
--- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
+++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
@@ -91,6 +91,7 @@
<description>This page allows to configure editor save actions.</description>
<topic href="reference/cdt_u_c_editor_save_actions.htm"
label="C/C++ Editor Save Actions Preferences"/>
+</context>
<context id ="scalability_preference_page_context">
<description>This page allows to configure editor scalability mode options. The scalability mode helps to deal with very large source files.</description>
<topic href="reference/cdt_u_c_editor_scalability.htm"
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm
index 871b540d74f..3f070da24ea 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_dbg_view.htm
@@ -48,7 +48,7 @@ thread identification number (TID).</p>
</tr>
<tr>
<td width="76" valign="top"><center>
- <img alt="Icon: Thread; suspended" src="../images/icon_thread1.gif" alt="Thread instance icon" width="16" height="16"> &nbsp;<img alt="Icon: Thread; running" src="../images/icon_thread2.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; stopped" src="../images/icon_thread3.gif" width="16" height="16">
+ <img alt="Icon: Thread; suspended" src="../images/icon_thread1.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; running" src="../images/icon_thread2.gif" width="16" height="16"> &nbsp;<img alt="Icon: Thread; stopped" src="../images/icon_thread3.gif" width="16" height="16">
</center> </td>
<td width="169" valign="top">Thread instance </td>
<td width="317" valign="top">Thread number and state</td>
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm
index f0366c5dfc5..6b8e8f83d81 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_run_dbg_dbg.htm
@@ -15,7 +15,7 @@
<p>The Debugger page of the Run and Debug dialog boxes lets you select a debugger to use when debugging an application.</p>
-<img src="../images/run_debug_debugger.png"alt="Debugger page, Run or Debug dialog box">
+<img src="../images/run_debug_debugger.png" alt="Debugger page, Run or Debug dialog box">
<p></p>
<table width="580" fgcolor="#DDD" border="1" cellpadding="2" cellspacing="0" >

Back to the top