src/share/classes/com/sun/tools/javadoc/JavadocTool.java

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1411
467f4f754368
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
52 /** 52 /**
53 * This class could be the main entry point for Javadoc when Javadoc is used as a 53 * This class could be the main entry point for Javadoc when Javadoc is used as a
54 * component in a larger software system. It provides operations to 54 * component in a larger software system. It provides operations to
55 * construct a new javadoc processor, and to run it on a set of source 55 * construct a new javadoc processor, and to run it on a set of source
56 * files. 56 * files.
57 *
58 * <p><b>This is NOT part of any supported API.
59 * If you write code that depends on this, you do so at your own risk.
60 * This code and its internal interfaces are subject to change or
61 * deletion without notice.</b>
62 *
57 * @author Neal Gafter 63 * @author Neal Gafter
58 */ 64 */
59 public class JavadocTool extends com.sun.tools.javac.main.JavaCompiler { 65 public class JavadocTool extends com.sun.tools.javac.main.JavaCompiler {
60 DocEnv docenv; 66 DocEnv docenv;
61 67

mercurial