langtools/make/netbeans/doclets/README
changeset 1875 6306c60724ee
parent 1810 54dffad0bf06
parent 1874 891c2d6823bb
child 1876 eb9f15dfd19e
equal deleted inserted replaced
1810:54dffad0bf06 1875:6306c60724ee
     1 "doclets" project README.
       
     2 
       
     3 This project is for working on the standard doclets used by 
       
     4 the documentation tool (javadoc) in the OpenJDK langtools component.
       
     5 
       
     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.
       
    10 
       
    11 The doclets are found in com.sun.tools.doclets.
       
    12 
       
    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.