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

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
35 35
36 /** 36 /**
37 * Generate the package index page "overview-summary.html" for the right-hand 37 * Generate the package index page "overview-summary.html" for the right-hand
38 * frame. A click on the package name on this page will update the same frame 38 * frame. A click on the package name on this page will update the same frame
39 * with the "pacakge-summary.html" file for the clicked package. 39 * with the "pacakge-summary.html" file for the clicked package.
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 PackageIndexWriter extends AbstractPackageIndexWriter { 49 public class PackageIndexWriter extends AbstractPackageIndexWriter {

mercurial