Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2004-11-17 19:49:57 +0000
committerDoug Schaefer2004-11-17 19:49:57 +0000
commitd074ea78ab56dcbe86f90ca5e17892b8f44e4078 (patch)
tree5c840113c4776c0f7d18ff45d929f6fae4a3b7ee /doc/org.eclipse.cdt.doc.isv/guide
parent6c0f439c6c68531bcc7b89e75d7f97b10c31a0d7 (diff)
downloadorg.eclipse.cdt-d074ea78ab56dcbe86f90ca5e17892b8f44e4078.tar.gz
org.eclipse.cdt-d074ea78ab56dcbe86f90ca5e17892b8f44e4078.tar.xz
org.eclipse.cdt-d074ea78ab56dcbe86f90ca5e17892b8f44e4078.zip
Updated the options for Linux and pub in a disclaimer on the DOM
section since it is likely to change.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.isv/guide')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/dom/index.html5
1 files changed, 5 insertions, 0 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 058c6039dc1..f36f840cd70 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/dom/index.html
@@ -6,6 +6,9 @@
<title>CDT Programmer's Guide</title>
</head>
<body>
+<p><span style="font-style: italic;">Note: This is a work in progress
+for CDT 3.0. Changes should be expected until further notified.</span><br>
+</p>
<h1>CDT DOM</h1>
<p>What is a DOM? Well, let me tell you. The DOM, or Document Object
Model, is a programmatic way to see the underlying source code in both
@@ -16,6 +19,8 @@ languages with an intermixing of pre-processor goodness, it certainly
has it's challenges.<br>
</p>
<h2>Syntactic View</h2>
+<p><br>
+</p>
<h2>Semantic View</h2>
<h2>Workspace-Wide View</h2>
<h2>Rewriting</h2>

Back to the top