< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseConfiguration.java

Print this page

        

*** 63,74 **** import static javax.tools.Diagnostic.Kind.*; /** * Configure the output based on the options. Doclets should sub-class * BaseConfiguration, to configure and add their own options. This class contains ! * all user options which are supported by the 1.1 doclet and the standard ! * doclet. * <p> * <p><b>This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice.</b> --- 63,73 ---- import static javax.tools.Diagnostic.Kind.*; /** * Configure the output based on the options. Doclets should sub-class * BaseConfiguration, to configure and add their own options. This class contains ! * all user options which are supported by the standard doclet. * <p> * <p><b>This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or * deletion without notice.</b>
< prev index next >