langtools/make/netbeans/doclets/README
author martin
Sun, 09 Mar 2008 21:56:42 -0700
changeset 40 18b856569127
parent 10 06bc494ca11e
permissions -rw-r--r--
4499288: (cs spec) Charset terminology problems Reviewed-by: mr, iris
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
"doclets" project README.
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
This project is for working on the standard doclets used by 
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
the documentation tool (javadoc) in the OpenJDK langtools component.
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
The doclets are invoked as part of the documentation tool (javadoc). 
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
Using this project, you can also browse javadoc and any tools in langtools.
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
If you build the doclets, javadoc will be built automatically as well,
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
if necessary.
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
The doclets are found in com.sun.tools.doclets.
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
NetBeans 5.0 or later is required and sufficient to use this
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
project, and others in the OpenJDK langtools component. 
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
This is different from other projects in OpenJDK, which 
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
require version 6.0 or later.