src/share/classes/com/sun/tools/javadoc/ClassDocImpl.java

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1374
c002fdee76fd
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
72 * processed in this run of javadoc. References to classes 72 * processed in this run of javadoc. References to classes
73 * which may or may not have been processed in this run are 73 * which may or may not have been processed in this run are
74 * referred to using Type (which can be converted to ClassDocImpl, 74 * referred to using Type (which can be converted to ClassDocImpl,
75 * if possible). 75 * if possible).
76 * 76 *
77 * <p><b>This is NOT part of any supported API.
78 * If you write code that depends on this, you do so at your own risk.
79 * This code and its internal interfaces are subject to change or
80 * deletion without notice.</b>
81 *
77 * @see Type 82 * @see Type
78 * 83 *
79 * @since 1.2 84 * @since 1.2
80 * @author Robert Field 85 * @author Robert Field
81 * @author Neal Gafter (rewrite) 86 * @author Neal Gafter (rewrite)

mercurial