Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm
index 6c4b13503ce..5c8ffaf0bd0 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prog_bar.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>
<meta content="en-us" http-equiv="Content-Language">
@@ -7,7 +7,7 @@
<link href="../help.css" type="text/css" rel="stylesheet">
</head>
<body>
-<h1>C/C++ Indexer Progress Bar</h1>
+<h1 role="main">C/C++ Indexer Progress Bar</h1>
<p>The indexer progress bar shows the progress status of the indexing
jobs in the progress views.</p>
<p>The indexing jobs can be temporarily paused by pressing the stop
@@ -20,18 +20,18 @@ indexing job before moving on to the new one.</p>
<p>If you wish to cease indexing all together, you can cancel an
indexing job and disable the indexer through the properties.</p>
<p><img height="21" width="143" alt="Related concepts"
- src="../images/ngconcepts.gif" border="0">
+ src="../images/ngconcepts.gif" >
<br>
<a href="cdt_c_search.htm">C/C++ search</a><br>
<a href="cdt_c_indexer.htm">C/C++ Indexer</a><br>
<p><img height="21" width="143" alt="Related tasks"
- src="../images/ngtasks.gif" border="0"><br>
+ src="../images/ngtasks.gif" ><br>
<a href="../tasks/cdt_t_sel_search.htm">Selection Searching for C/C++
elements</a><br>
<a href="../tasks/cdt_t_set_src_fold.htm">Setting Source Folders</a><br>
</p>
<p><img height="21" width="143" alt="Related reference"
- src="../images/ngref.gif" border="0">
+ src="../images/ngref.gif" >
<br>
<a href="../reference/cdt_u_search.htm">C/C++ search page, Search
dialog box</a>

Back to the top