make/netbeans/doclets/README

Thu, 09 Oct 2008 16:19:13 +0100

author
mcimadamore
date
Thu, 09 Oct 2008 16:19:13 +0100
changeset 137
e4eaddca54b7
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6731573: diagnostic output should optionally include source line
Summary: Added an -XD option to optionally prints out source lines in error messages
Reviewed-by: jjg

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

mercurial