src/share/classes/com/sun/tools/javac/parser/DocCommentScanner.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 695
3c9b64e55c5d
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
33 /** An extension to the base lexical analyzer that captures 33 /** An extension to the base lexical analyzer that captures
34 * and processes the contents of doc comments. It does so by 34 * and processes the contents of doc comments. It does so by
35 * translating Unicode escape sequences and by stripping the 35 * translating Unicode escape sequences and by stripping the
36 * leading whitespace and starts from each line of the comment. 36 * leading whitespace and starts from each line of the comment.
37 * 37 *
38 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 38 * <p><b>This is NOT part of any supported API.
39 * you write code that depends on this, you do so at your own risk. 39 * If you write code that depends on this, you do so at your own risk.
40 * This code and its internal interfaces are subject to change or 40 * This code and its internal interfaces are subject to change or
41 * deletion without notice.</b> 41 * deletion without notice.</b>
42 */ 42 */
43 public class DocCommentScanner extends Scanner { 43 public class DocCommentScanner extends Scanner {
44 44

mercurial