src/share/classes/com/sun/tools/doclets/internal/toolkit/PackageSummaryWriter.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1364
8db45b13526e
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
30 import com.sun.javadoc.*; 30 import com.sun.javadoc.*;
31 31
32 /** 32 /**
33 * The interface for writing package summary output. 33 * The interface for writing package summary output.
34 * 34 *
35 * This code is not part of an API. 35 * <p><b>This is NOT part of any supported API.
36 * It is implementation that is subject to change. 36 * If you write code that depends on this, you do so at your own risk.
37 * Do not use it as an API 37 * This code and its internal interfaces are subject to change or
38 * deletion without notice.</b>
38 * 39 *
39 * @author Jamie Ho 40 * @author Jamie Ho
40 * @author Bhavesh Patel (Modified) 41 * @author Bhavesh Patel (Modified)
41 * @since 1.5 42 * @since 1.5
42 */ 43 */

mercurial