Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.utils.TagInfo
Packages that use TagInfo
Package
Description
Contains utils classes for the Javadoc checks that are bundled with the main distribution.
-
Uses of TagInfo in com.puppycrawl.tools.checkstyle.checks.javadoc.utils
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc.utils that return types with arguments of type TagInfoModifier and TypeMethodDescriptionBlockTagUtil.extractBlockTags
(String... lines) Extract the block tags from a Javadoc comment.InlineTagUtil.extractInlineTags
(String... lines) Extract inline Javadoc tags from the given comment.