Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/dom/index.html14
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

Back to the top