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

changeset 1359
25e14ad23cef
parent 1358
fc123bdeddb8
child 1443
cfde9737131e
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
40 /** 40 /**
41 * abstract base class of all Doc classes. Doc item's are representations 41 * abstract base class of all Doc classes. Doc item's are representations
42 * of java language constructs (class, package, method,...) which have 42 * of java language constructs (class, package, method,...) which have
43 * comments and have been processed by this run of javadoc. All Doc items 43 * comments and have been processed by this run of javadoc. All Doc items
44 * are unique, that is, they are == comparable. 44 * are unique, that is, they are == comparable.
45 *
46 * <p><b>This is NOT part of any supported API.
47 * If you write code that depends on this, you do so at your own risk.
48 * This code and its internal interfaces are subject to change or
49 * deletion without notice.</b>
45 * 50 *
46 * @since 1.2 51 * @since 1.2
47 * @author Robert Field 52 * @author Robert Field
48 * @author Atul M Dambalkar 53 * @author Atul M Dambalkar
49 * @author Neal Gafter (rewrite) 54 * @author Neal Gafter (rewrite)

mercurial