src/jdk.javadoc/share/classes/jdk/javadoc/doclet/StandardDoclet.java
changeset 50205 95ba3a1dc2b2
parent 49952 a6224ea48b66
child 55202 7c49133fc1bc
child 58678 9cf78a70fa4f
equal deleted inserted replaced
50204:3195a713e24d 50205:95ba3a1dc2b2
    34 
    34 
    35 /**
    35 /**
    36  * This doclet generates HTML-formatted documentation for the specified modules,
    36  * This doclet generates HTML-formatted documentation for the specified modules,
    37  * packages and types.
    37  * packages and types.
    38  *
    38  *
    39  * @see <a href="{@docRootParent}/specs/doc-comment-spec.html">
    39  * @see <a href="{@docRoot}/../specs/doc-comment-spec.html">
    40  *      Documentation Comment Specification for the Standard Doclet</a>
    40  *      Documentation Comment Specification for the Standard Doclet</a>
    41  */
    41  */
    42 public class StandardDoclet implements Doclet {
    42 public class StandardDoclet implements Doclet {
    43 
    43 
    44     private final HtmlDoclet htmlDoclet;
    44     private final HtmlDoclet htmlDoclet;