Uses of Interface
org.jboss.jdeparser.JDocComment
-
Uses of JDocComment in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JDocCommentModifier and TypeMethodDescriptionJDocComment.block()
Add a comment sub-block at this location.JDocComment.br()
Add a line separator.JDocCommentable.docComment()
Get or create the doc comment for this element.JDocComment.docRoot()
Add the{@docRoot}
tag at this position.JDocComment.inlineDocTag
(String tag, String body) Add an inline doc tag with simple content.JDocComment.nl()
Add a newline.JDocComment.p()
Add a paragraph separator.JDocComment.sp()
Add a non-trailing space.Add some text to the end of this comment.Add a type name to the end of this comment.Add a@value
inline tag.