langtools/make/netbeans/javadoc/README
changeset 1944 34c52e8a097b
parent 1943 d3de53b2070d
parent 1879 04b2620edc72
child 1951 17ae6ba5de7a
equal deleted inserted replaced
1943:d3de53b2070d 1944:34c52e8a097b
     1 "javadoc" project README.
       
     2 
       
     3 This project is for working on the documentation tool (javadoc) 
       
     4 in the OpenJDK langtools component.
       
     5 
       
     6 javadoc is built on top of the compiler (javac). Using this
       
     7 project, you can also browse javac and any tools in langtools.
       
     8 If you build javadoc, javac will be built automatically as well,
       
     9 if necessary.
       
    10 
       
    11 The main class for the tool is com.sun.tools.javadoc.Main.
       
    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.