| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.javadoc.utils |
Contains utils classes for the Javadoc checks that are bundled with the main distribution.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<TagInfo> |
BlockTagUtil.extractBlockTags(java.lang.String... lines)
Extract the block tags from a Javadoc comment.
|
static java.util.List<TagInfo> |
InlineTagUtil.extractInlineTags(java.lang.String... lines)
Extract inline Javadoc tags from the given comment.
|
Copyright © 2001-2022. All Rights Reserved.