Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVivian Kong2010-07-12 19:31:16 +0000
committerVivian Kong2010-07-12 19:31:16 +0000
commit0f5c52096919313c57ebefa50005662f64359a12 (patch)
treeddbc0a49ec4b9e9d10cbe185c099c3afd89185cc /doc
parentf76692f236d10134477bc347cbc6ec889a31d908 (diff)
downloadorg.eclipse.cdt-0f5c52096919313c57ebefa50005662f64359a12.tar.gz
org.eclipse.cdt-0f5c52096919313c57ebefa50005662f64359a12.tar.xz
org.eclipse.cdt-0f5c52096919313c57ebefa50005662f64359a12.zip
Bug 319627 [Accessibility] CDT documentation has accessibility issues
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm9
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm2
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
index 3c952d48ca1..d7c211eca06 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_pref_build_error_parsers.htm
@@ -74,13 +74,14 @@
<tr valign="top">
<td><strong>Severity</strong></td>
<td>Defines severity of problem marker to be generated. The choice is one of following:
- <ul>
- <br> <img src="../images/icon_error.gif" alt="Error"> <strong>Error</strong>
+ <blockquote>
+ <img src="../images/icon_error.gif" alt="Error"> <strong>Error</strong>
<br> <img src="../images/icon_warning.gif" alt="Warning"> <strong>Warning</strong>
- <br><img src="../images/icon_info.gif" alt="Info"><strong>Info</strong>
+ <br> <img src="../images/icon_info.gif" alt="Info"><strong>Info</strong>
<br> <img src="../images/icon_remove.png" alt="Ignore"> <strong>Ignore</strong> - use this option
to suppress generating a marker.
- </ul></td>
+ </blockquote>
+ </td>
</tr>
<tr valign="top">
<td><strong>Pattern</strong></td>
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm
index 12439d14de5..d5bbc3c3af7 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_proj_error_parser.htm
@@ -37,7 +37,7 @@ to redefine that set on a per-project basis in project properties:
<li>Click <strong>OK</strong>.</li>
</ol>
</p>
-<p>Note that the order of error parsers is significant. Normally an error parser will <i>consume</i>
+<p>Note that the order of error parsers is significant. Normally an error parser will <em>consume</em>
the line where it spotted an error/warning and the others down the line won't get a chance to parse it.
</p>

Back to the top