Uses of Class
com.github.chhorz.javadoc.tags.BlockTag.Segment
-
Packages that use BlockTag.Segment Package Description com.github.chhorz.javadoc.tags -
-
Uses of BlockTag.Segment in com.github.chhorz.javadoc.tags
Methods in com.github.chhorz.javadoc.tags that return types with arguments of type BlockTag.Segment Modifier and Type Method Description java.util.List<BlockTag.Segment>
BlockTag. getSegments()
java.util.List<BlockTag.Segment>
StructuredTag. getSegments()
Constructors in com.github.chhorz.javadoc.tags with parameters of type BlockTag.Segment Constructor Description StructuredTag(java.lang.String tagName, BlockTag.Segment... segments)
-