make/netbeans/javadoc/README

changeset 1
9a66ca7c79fa
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/make/netbeans/javadoc/README	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,16 @@
     1.4 +"javadoc" project README.
     1.5 +
     1.6 +This project is for working on the documentation tool (javadoc) 
     1.7 +in the OpenJDK langtools component.
     1.8 +
     1.9 +javadoc is built on top of the compiler (javac). Using this
    1.10 +project, you can also browse javac and any tools in langtools.
    1.11 +If you build javadoc, javac will be built automatically as well,
    1.12 +if necessary.
    1.13 +
    1.14 +The main class for the tool is com.sun.tools.javadoc.Main.
    1.15 +
    1.16 +NetBeans 5.0 or later is required and sufficient to use this
    1.17 +project, and others in the OpenJDK langtools component. 
    1.18 +This is different from other projects in OpenJDK, which 
    1.19 +require version 6.0 or later.

mercurial