Package spoon.javadoc.internal
-
Interface Summary Interface Description JavadocDescriptionElement An element of a description: either an inline tag or a piece of text. -
Class Summary Class Description Javadoc The structured content of a single Javadoc comment.JavadocBlockTag A block tag.JavadocDescription A javadoc text, potentially containing inline tags.JavadocInlineTag An inline tag contained in a Javadoc description.JavadocSnippet A piece of text inside a Javadoc description. -
Enum Summary Enum Description JavadocInlineTag.Type The type of tag: it could either correspond to a known tag (code, docRoot, etc.) or represent an unknown tag.