Package com.github.javaparser.ast.comments
-
Class Summary Class Description BlockComment AST node that represent block comments.Comment Abstract class for all AST nodes that represent comments.CommentsCollection The comments contained in a certain parsed piece of source code.JavadocComment LineComment AST node that represent line comments.MarkdownComment https://openjdk.org/jeps/467 added support for markdown JavaDoc comments /// That are prefixed with /// /// Support `markdown` markup and references /// And supports substrings not allowed in regular block comments, e.g.TraditionalJavadocComment A Javadoc comment.