From 2af99d8ade563f9b20efc3484ba7e8cb56d9e96c Mon Sep 17 00:00:00 2001
From: Doug Schaefer
Date: Wed, 27 Jul 2005 19:37:40 +0000
Subject: [PATCH] Cleaned up DOM guide to remove mention of rewrite and
workspace view.
---
doc/org.eclipse.cdt.doc.isv/guide/dom/index.html | 14 +-------------
1 file changed, 1 insertion(+), 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 IBinding
that represents the Semantic object for that
-given name.
-
-Workspace-Wide View
-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.
-
-Rewriting
-From the Syntactic view, you can ask the AST Rewriter to calculate
-the TextEdits required to accomplish changes to the AST.
-
-