make/netbeans/javadoc/README

Fri, 05 Dec 2008 09:52:51 -0800

author
tbell
date
Fri, 05 Dec 2008 09:52:51 -0800
changeset 173
4674298aaf3b
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

Merge

     1 "javadoc" project README.
     3 This project is for working on the documentation tool (javadoc) 
     4 in the OpenJDK langtools component.
     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.
    11 The main class for the tool is com.sun.tools.javadoc.Main.
    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