Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm
index c14b6be08a6..a93c3efcbcf 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_open_declarations.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -10,7 +10,7 @@
<body>
-<h1>Navigating to C/C++ declarations</h1>
+<h1 role="main">Navigating to C/C++ declarations</h1>
<p>The Open Declaration feature lets you navigate to the declaration that matches a
selected element in the C/C++ editor. It is recommended that you look for
@@ -29,15 +29,15 @@ element declarations on successfully compiled programs.</p>
<li> <strong>Workbench User Guide &gt; Tasks&gt; Navigating and finding resources</strong></li>
</ul>
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
+<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_open_declarations.htm">Open Declaration</a><br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_search.htm">C/C++ search</a></p>
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
+<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="cdt_t_search.htm">Searching for C/C++ elements</a></p>
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search dialog box</a></p>

Back to the top