Javadoc
The structured content of a single Javadoc comment.
It is composed by a description and a list of block tags.
An example would be the text contained in this very Javadoc comment. At the moment of this writing this comment does not contain any block tags (such as @see AnotherClass)
Functions
Link copied to clipboard
For tags like "@return good things" where tagName is "return", and the rest is content.
For tags like "@param abc this is a parameter" where tagName is "param", parameter is "abc" and the rest is content.
Link copied to clipboard
Create a JavadocComment, by formatting the text of the Javadoc using no indentation (expecting the pretty printer to do the formatting.
Create a JavadocComment, by formatting the text of the Javadoc using the given indentation.