Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrew Ferguson2007-10-25 10:59:47 +0000
committerAndrew Ferguson2007-10-25 10:59:47 +0000
commit0f3f5621c8917b8d7eee5629e3c71a6c971d0480 (patch)
treec4c5b8e97dcc7ae8863925a97bcbd5b817a09f02 /doc
parent72b4c6d0d6e27f8a86a0cc3ef14d0847d21ca778 (diff)
downloadorg.eclipse.cdt-0f3f5621c8917b8d7eee5629e3c71a6c971d0480.tar.gz
org.eclipse.cdt-0f3f5621c8917b8d7eee5629e3c71a6c971d0480.tar.xz
org.eclipse.cdt-0f3f5621c8917b8d7eee5629e3c71a6c971d0480.zip
199379: update docs and tidy code
Diffstat (limited to 'doc')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html b/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html
index 3861e5ab5ba..44692ba8d34 100644
--- a/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html
+++ b/doc/org.eclipse.cdt.doc.isv/guide/projectTemplateEngine/Howtodeveloptemplates.html
@@ -181,36 +181,40 @@ title.
</p>
<li>
<p>
-<code>type</code>: Use this attribute to specify the wizard page
-type. The possible values for this attribute are:
+<code>type</code>: This attribute is for future expansion. Currently, the only
+valid value is:
</p>
<ul>
<li>
<p>
-<code>PAGES_ONLY</code>: If you want all the properties to be
-listed in a simple page.
+<code>PAGES-ONLY</code>: If you want all the properties to be
+listed in a simple page.
</p>
+
+<!-- Constants currently unsupported
<li>
<p>
-<code>PAGES_TAB</code>: If you want all the properties to be
+<code>PAGES-TAB</code>: If you want all the properties to be
displayed as tabs in a page.
</p>
<li>
<p>
-<code>PAGES_TREE</code>: If you want all the properties to be
+<code>PAGES-TREE</code>: If you want all the properties to be
displayed in a simple tree structure.
</p>
<li>
<p>
-<code>PAGES_TREE_TREE</code>: If you want all the properties to
+<code>PAGES-TREE-TREE</code>: If you want all the properties to
be displayed in a multi-level tree structure.
</p>
<li>
<p>
-<code>PAGES_TAB_TREE</code>: If you want all the properties to be
+<code>PAGES-TAB-TREE</code>: If you want all the properties to be
displayed as tabs or as a tree structure.
</p>
</li>
+-->
+
</ul>
<li>
<p>

Back to the top