Class InlineTagUtil
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.utils.InlineTagUtil
Tools for extracting inline tags from Javadoc comments.
-
Method Summary
Modifier and TypeMethodDescriptionextractInlineTags
(String... lines) Extract inline Javadoc tags from the given comment.
-
Method Details
-
extractInlineTags
Extract inline Javadoc tags from the given comment.- Parameters:
lines
- The Javadoc comment (as lines).- Returns:
- The extracted inline Javadoc tags.
- Throws:
IllegalArgumentException
- when comment lines contain newlines
-