make/netbeans/doclets/README

Thu, 22 Jan 2009 15:45:44 -0800

author
jjg
date
Thu, 22 Jan 2009 15:45:44 -0800
changeset 200
e6dafbf35355
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6796965: dev-time wrapper script for javac broken
Reviewed-by: ksrini

duke@1 1 "doclets" project README.
duke@1 2
duke@1 3 This project is for working on the standard doclets used by
duke@1 4 the documentation tool (javadoc) in the OpenJDK langtools component.
duke@1 5
duke@1 6 The doclets are invoked as part of the documentation tool (javadoc).
duke@1 7 Using this project, you can also browse javadoc and any tools in langtools.
duke@1 8 If you build the doclets, javadoc will be built automatically as well,
duke@1 9 if necessary.
duke@1 10
duke@1 11 The doclets are found in com.sun.tools.doclets.
duke@1 12
duke@1 13 NetBeans 5.0 or later is required and sufficient to use this
duke@1 14 project, and others in the OpenJDK langtools component.
duke@1 15 This is different from other projects in OpenJDK, which
duke@1 16 require version 6.0 or later.

mercurial