| java.lang.Object org.incava.javadoc.JavadocParser
JavadocParser | public class JavadocParser (Code) | | Parses Javadoc into a list of points, which represent the locations of
description and tagged comments in a Javadoc comment block.
|
Method Summary | |
public List | parse(String text) Parses the Javadoc in the text. | public List | parse(String text, int startLine, int startColumn) | protected void | read(Point pt) Reads to the next Javadoc field, or to the end of the comment. |
parse | public List parse(String text)(Code) | | Parses the Javadoc in the text. Assumes a start line of 1 and a start
column of 1.
|
read | protected void read(Point pt)(Code) | | Reads to the next Javadoc field, or to the end of the comment.
|
|
|