Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Daoust2004-06-24 10:49:13 +0000
committerDavid Daoust2004-06-24 10:49:13 +0000
commit30a3b9c06f2d463f49ef186966cff8ce924ab059 (patch)
treea9abf1a9fefc687c35b82ffa62b419200d357e44 /doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm
parent68640e20a9bbf08c42111aaf7a0353852a6946a6 (diff)
downloadorg.eclipse.cdt-30a3b9c06f2d463f49ef186966cff8ce924ab059.tar.gz
org.eclipse.cdt-30a3b9c06f2d463f49ef186966cff8ce924ab059.tar.xz
org.eclipse.cdt-30a3b9c06f2d463f49ef186966cff8ce924ab059.zip
From Dave Williams: Continuing doc clean up.
All .htm files have changed for Copyright notice change. New search docs (including indexer), new screen caps.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm
index 960e337939b..f52dbc14e52 100644
--- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm
+++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_indexer_prob_rep.htm
@@ -13,6 +13,7 @@
<h1>C/C++ Indexer Problem Reporting</h1>
<p>C/C++ Index Problem reporting places a problem marker on the editor and adds an item to the error list for each preprocessor or semantic problem reported by the parser. Note that the markers will only show up the next time the file is indexed.</p>
+<p><b>Note: </b>This feature is not recommended for large projects.</p>
<h2>Preprocessor Problems</h2>
<p>In order for search and search related features to work properly, it is imperative that include paths are set up properly so that the parser can find source files and index them.
@@ -67,8 +68,8 @@ If you suspect that your search results are lacking, you can turn on the preproc
<br><a href="../reference/cdt_u_sprop_indexer.htm">C/C++ Project Properties, Standard, Indexer</a></p>
<p>&nbsp;</p>
-<img src="../images/ng03_04.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">
+<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
-</html>
+</html> \ No newline at end of file

Back to the top