Package com.github.javaparser
Class JavadocParser
java.lang.Object
com.github.javaparser.JavadocParser
The class responsible for parsing the content of JavadocComments and producing JavadocDocuments.
The Javadoc specification.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncleanLines
(String content) private static boolean
isABlockLine
(String line) static Javadoc
parse
(JavadocComment comment) static Javadoc
private static JavadocBlockTag
parseBlockTag
(String line) (package private) static int
startsWithAsterisk
(String line) private static String
-
Field Details
-
BLOCK_TAG_PREFIX
-
BLOCK_PATTERN
-
-
Constructor Details
-
JavadocParser
JavadocParser()
-
-
Method Details
-
parse
-
parse
-
parseBlockTag
-
isABlockLine
-
trimRight
-
cleanLines
-
startsWithAsterisk
-