Skip to content

Commit 40f2a1d

Browse files
NiMv1romani
authored andcommitted
Issue #17882: Add JAVADOC_INLINE_TAG_END token documentation
1 parent 464188e commit 40f2a1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/puppycrawl/tools/checkstyle/api/JavadocCommentsTokenTypes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ public final class JavadocCommentsTokenTypes {
771771
* }</pre>
772772
*
773773
* @see #JAVADOC_INLINE_TAG
774+
* @see #JAVADOC_INLINE_TAG_START
774775
*/
775776
public static final int JAVADOC_INLINE_TAG_END = JavadocCommentsLexer.JAVADOC_INLINE_TAG_END;
776777

0 commit comments

Comments
 (0)