langtools/src/share/classes/com/sun/tools/doclets/formats/html/PackageTreeWriter.java
changeset 14260 727a84636f12
parent 14258 8d2148961366
child 14357 faf9cde2817b
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
    33 import com.sun.tools.doclets.internal.toolkit.util.*;
    33 import com.sun.tools.doclets.internal.toolkit.util.*;
    34 
    34 
    35 /**
    35 /**
    36  * Class to generate Tree page for a package. The name of the file generated is
    36  * Class to generate Tree page for a package. The name of the file generated is
    37  * "package-tree.html" and it is generated in the respective package directory.
    37  * "package-tree.html" and it is generated in the respective package directory.
       
    38  *
       
    39  *  <p><b>This is NOT part of any supported API.
       
    40  *  If you write code that depends on this, you do so at your own risk.
       
    41  *  This code and its internal interfaces are subject to change or
       
    42  *  deletion without notice.</b>
    38  *
    43  *
    39  * @author Atul M Dambalkar
    44  * @author Atul M Dambalkar
    40  * @author Bhavesh Patel (Modified)
    45  * @author Bhavesh Patel (Modified)
    41  */
    46  */
    42 public class PackageTreeWriter extends AbstractTreeWriter {
    47 public class PackageTreeWriter extends AbstractTreeWriter {