Class InlineTagUtil
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.javadoc.utils.InlineTagUtil
-
public final class InlineTagUtil extends Object
Tools for extracting inline tags from Javadoc comments.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<TagInfo>
extractInlineTags(String... lines)
Extract inline Javadoc tags from the given comment.
-