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

changeset 1359
25e14ad23cef
parent 1326
30c36e23f154
child 1722
38c4bade0ec1
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
30 30
31 /** 31 /**
32 * Comment contains all information in comment part. 32 * Comment contains all information in comment part.
33 * It allows users to get first sentence of this comment, get 33 * It allows users to get first sentence of this comment, get
34 * comment for different tags... 34 * comment for different tags...
35 *
36 * <p><b>This is NOT part of any supported API.
37 * If you write code that depends on this, you do so at your own risk.
38 * This code and its internal interfaces are subject to change or
39 * deletion without notice.</b>
35 * 40 *
36 * @author Kaiyang Liu (original) 41 * @author Kaiyang Liu (original)
37 * @author Robert Field (rewrite) 42 * @author Robert Field (rewrite)
38 * @author Atul M Dambalkar 43 * @author Atul M Dambalkar
39 * @author Neal Gafter (rewrite) 44 * @author Neal Gafter (rewrite)

mercurial