diff options
author | Doug Schaefer | 2005-07-27 19:37:40 +0000 |
---|---|---|
committer | Doug Schaefer | 2005-07-27 19:37:40 +0000 |
commit | 2af99d8ade563f9b20efc3484ba7e8cb56d9e96c (patch) | |
tree | 49b1d5f467acff134283cae97b722bfd953f8cb1 /doc/org.eclipse.cdt.doc.isv | |
parent | b6ca08ef01db25d4987d39df24247323fef0b9f0 (diff) | |
download | org.eclipse.cdt-2af99d8ade563f9b20efc3484ba7e8cb56d9e96c.tar.gz org.eclipse.cdt-2af99d8ade563f9b20efc3484ba7e8cb56d9e96c.tar.xz org.eclipse.cdt-2af99d8ade563f9b20efc3484ba7e8cb56d9e96c.zip |
Cleaned up DOM guide to remove mention of rewrite and workspace view.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv')
-rw-r--r-- | doc/org.eclipse.cdt.doc.isv/guide/dom/index.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html b/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html index 4403fb73edc..44e5d4f72a0 100644 --- a/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html +++ b/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html @@ -44,17 +44,5 @@ from an <a view to the <a href="../../reference/api/org/eclipse/cdt/core/dom/ast/IBinding.html">IBinding</a> that represents the Semantic object for that -given name.<br> -</p> -<h2>Workspace-Wide View</h2> -<p>Once you have a binding, it is possible to find all translation -units that declare or refer to that binding. From there you can -navigate from the IASTTranslationUnit to the IASTNames that declare or -refer to that binding.<br> -</p> -<h2>Rewriting</h2> -<p>From the Syntactic view, you can ask the AST Rewriter to calculate -the TextEdits required to accomplish changes to the AST.<br> -</p> -</body> +given name.</p></body> </html>
\ No newline at end of file |