We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464188e commit 40f2a1dCopy full SHA for 40f2a1d
1 file changed
src/main/java/com/puppycrawl/tools/checkstyle/api/JavadocCommentsTokenTypes.java
@@ -771,6 +771,7 @@ public final class JavadocCommentsTokenTypes {
771
* }</pre>
772
*
773
* @see #JAVADOC_INLINE_TAG
774
+ * @see #JAVADOC_INLINE_TAG_START
775
*/
776
public static final int JAVADOC_INLINE_TAG_END = JavadocCommentsLexer.JAVADOC_INLINE_TAG_END;
777
0 commit comments