Package spoon.javadoc.internal
Interface JavadocDescriptionElement
- All Known Implementing Classes:
JavadocInlineTag,JavadocSnippet
Deprecated, for removal: This API element is subject to removal in a future version.
Use the new javadoc parser submodule, see Javadoc Parser.
An element of a description: either an inline tag or a piece of text.
So for example a text or could be valid description
elements.String
-
Method Summary
-
Method Details
-
toText
String toText()Deprecated, for removal: This API element is subject to removal in a future version.pretty-prints the Javadoc fragment
-