src/share/classes/com/sun/tools/doclets/formats/html/TreeWriter.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
35 /** 35 /**
36 * Generate Class Hierarchy page for all the Classes in this run. Use 36 * Generate Class Hierarchy page for all the Classes in this run. Use
37 * ClassTree for building the Tree. The name of 37 * ClassTree for building the Tree. The name of
38 * the generated file is "overview-tree.html" and it is generated in the 38 * the generated file is "overview-tree.html" and it is generated in the
39 * current or the destination directory. 39 * current or the destination directory.
40 *
41 * <p><b>This is NOT part of any supported API.
42 * If you write code that depends on this, you do so at your own risk.
43 * This code and its internal interfaces are subject to change or
44 * deletion without notice.</b>
40 * 45 *
41 * @author Atul M Dambalkar 46 * @author Atul M Dambalkar
42 * @author Bhavesh Patel (Modified) 47 * @author Bhavesh Patel (Modified)
43 */ 48 */
44 public class TreeWriter extends AbstractTreeWriter { 49 public class TreeWriter extends AbstractTreeWriter {

mercurial