mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Updated the options for Linux and pub in a disclaimer on the DOM
section since it is likely to change.
This commit is contained in:
parent
6c0f439c6c
commit
d074ea78ab
2 changed files with 16 additions and 39 deletions
|
@ -1,46 +1,18 @@
|
|||
-charset "iso-8859-1"
|
||||
-sourcepath "../org.eclipse.jdt.core/antadapter:../org.eclipse.jdt.core/batch:../org.eclipse.jdt.core/codeassist:../org.eclipse.jdt.core/compiler:../org.eclipse.jdt.core/dom:../org.eclipse.jdt.core/eval:../org.eclipse.jdt.core/formatter:../org.eclipse.jdt.core/model:../org.eclipse.jdt.core/search:../org.eclipse.jdt.debug/model:../org.eclipse.jdt.debug/jdi:../org.eclipse.jdt.debug/eval:../org.eclipse.jdt.debug.ui/ui:../org.eclipse.jdt.junit/src:../org.eclipse.jdt.junit.runtime/src:../org.eclipse.jdt.launching/launching:../org.eclipse.jdt.ui/ui:../org.eclipse.jdt.ui/core refactoring:../org.eclipse.jdt.ui/ui refactoring:../org.eclipse.jdt.ui/core extension:../org.eclipse.ltk.core.refactoring/src:../org.eclipse.ltk.ui.refactoring/src"
|
||||
-sourcepath "../org.eclipse.cdt.core/parser"
|
||||
-d reference/api
|
||||
-classpath @rt@:../org.apache.ant/lib/ant.jar:../org.eclipse.debug.core/dtcore.jar:../org.eclipse.compare/compare.jar:../org.eclipse.help/help.jar:../org.eclipse.help.ui/helpworkbench.jar:../org.eclipse.core.resources/resources.jar:../org.eclipse.core.runtime/runtime.jar:../org.eclipse.core.filebuffers/filebuffers.jar:../org.eclipse.core.expressions/expressions.jar:../org.eclipse.swt.motif/ws/motif/swt.jar:../org.eclipse.swt.win32/ws/win32/swt.jar:../org.eclipse.ui/ui.jar:../org.eclipse.jdt.debug/jdi.jar:../org.eclipse.debug.ui/dtui.jar:../org.eclipse.search/search.jar:../org.eclipse.jface/jface.jar:../org.eclipse.jface.text/jfacetext.jar:../org.eclipse.text/text.jar:../org.eclipse.ui.editors/editors.jar:../org.eclipse.ui.views/views.jar:../org.eclipse.ui.workbench/workbench.jar:../org.eclipse.ui.workbench.texteditor/texteditor.jar:../org.eclipse.core.variables/variables.jar:../org.eclipse.ui.ide/ide.jar:../org.eclipse.jdt.junit/junitsupport.jar:../org.eclipse.osgi/osgi.jar:../org.eclipse.osgi/core.jar:../org.eclipse.osgi/eclipseAdaptor.jar:../org.eclipse.osgi.services/services.jar:../org.eclipse.osgi.util/util.jar
|
||||
-classpath "${bootclasspath}:../org.apache.ant/lib/ant.jar:../org.eclipse.debug.core/dtcore.jar:../org.eclipse.compare/compare.jar:../org.eclipse.help/help.jar:../org.eclipse.help.ui/helpworkbench.jar:../org.eclipse.core.resources/resources.jar:../org.eclipse.core.runtime/runtime.jar:../org.eclipse.core.filebuffers/filebuffers.jar:../org.eclipse.core.expressions/expressions.jar:../org.eclipse.swt.win32/ws/win32/swt.jar:../org.eclipse.swt.motif/ws/motif/swt.jar:../org.eclipse.ui/ui.jar:../org.eclipse.jdt.debug/jdi.jar:../org.eclipse.debug.ui/dtui.jar:../org.eclipse.search/search.jar:../org.eclipse.jface/jface.jar:../org.eclipse.jface.text/jfacetext.jar:../org.eclipse.text/text.jar:../org.eclipse.ui.editors/editors.jar:../org.eclipse.ui.views/views.jar:../org.eclipse.ui.workbench/workbench.jar:../org.eclipse.ui.workbench.texteditor/texteditor.jar:../org.eclipse.core.variables/variables.jar:../org.eclipse.ui.ide/ide.jar:../org.eclipse.jdt.junit/junitsupport.jar:../org.eclipse.osgi/osgi.jar:../org.eclipse.osgi/core.jar:../org.eclipse.osgi/eclipseAdaptor.jar:../org.eclipse.osgi.services/services.jar:../org.eclipse.osgi.util/util.jar"
|
||||
-breakiterator
|
||||
-use
|
||||
-splitIndex
|
||||
-windowtitle "Eclipse JDT API Specification"
|
||||
-doctitle "Eclipse JDT API Specification"
|
||||
-header "<b>Eclipse JDT</b><br>Pre-release 3.1"
|
||||
-bottom "Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved."
|
||||
-group "Java Development Tools Core Plug-in Packages" "org.eclipse.jdt.core:org.eclipse.jdt.core.*"
|
||||
-group "Java Development Tools UI Plug-in Packages" "org.eclipse.jdt.ui:org.eclipse.jdt.ui.*"
|
||||
-windowtitle "Eclipse CDT API Specification"
|
||||
-doctitle "Eclipse CDT API Specification"
|
||||
-header "<b>Eclipse CDT</b><br>Pre-release 3.0"
|
||||
-bottom "Copyright (c) IBM Corp. and others 2004. All Rights Reserved."
|
||||
-group "C/C++ Development Tools Core Plug-in Packages" "org.eclipse.cdt.core:org.eclipse.cdt.core.*"
|
||||
-link http://java.sun.com/j2se/1.4/docs/api
|
||||
-linkoffline ./../../../org.eclipse.platform.doc.isv/reference/api ../org.eclipse.platform.doc.isv/reference/api
|
||||
-linkoffline ./../../../org.eclipse.platform.doc.isv/reference/osgi ../org.eclipse.platform.doc.isv/reference/osgi
|
||||
|
||||
org.eclipse.jdt.core
|
||||
org.eclipse.jdt.core.compiler
|
||||
org.eclipse.jdt.core.dom
|
||||
org.eclipse.jdt.core.dom.rewrite
|
||||
org.eclipse.jdt.core.eval
|
||||
org.eclipse.jdt.core.formatter
|
||||
org.eclipse.jdt.core.jdom
|
||||
org.eclipse.jdt.core.util
|
||||
org.eclipse.jdt.core.search
|
||||
org.eclipse.jdt.debug.core
|
||||
org.eclipse.jdt.debug.eval
|
||||
org.eclipse.jdt.debug.ui
|
||||
org.eclipse.jdt.debug.ui.launchConfigurations
|
||||
org.eclipse.jdt.launching
|
||||
org.eclipse.jdt.launching.sourcelookup
|
||||
org.eclipse.jdt.launching.sourcelookup.containers
|
||||
org.eclipse.jdt.ui
|
||||
org.eclipse.jdt.ui.actions
|
||||
org.eclipse.jdt.ui.jarpackager
|
||||
org.eclipse.jdt.ui.refactoring
|
||||
org.eclipse.jdt.ui.text
|
||||
org.eclipse.jdt.ui.text.folding
|
||||
org.eclipse.jdt.ui.text.java
|
||||
org.eclipse.jdt.ui.text.java.hover
|
||||
org.eclipse.jdt.ui.wizards
|
||||
org.eclipse.jdt.junit
|
||||
org.eclipse.ltk.core.refactoring
|
||||
org.eclipse.ltk.core.refactoring.participants
|
||||
org.eclipse.ltk.ui.refactoring
|
||||
org.eclipse.cdt.core.dom.ast
|
||||
org.eclipse.cdt.core.dom.ast.c
|
||||
org.eclipse.cdt.core.dom.ast.c.gcc
|
||||
org.eclipse.cdt.core.dom.ast.cpp
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue