Skip to content

Commit

Permalink
Issue checkstyle#14631: Update JAVADOC_INLINE_TAG in JavadocTokenTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
PalashChitnavis authored and romani committed Jan 22, 2025
1 parent 388af78 commit b41e944
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1362,14 +1362,15 @@ public final class JavadocTokenTypes {
* <pre><code>{&#64;link String}</code></pre>
* <b>Tree:</b>
* <pre>
* <code> |--JAVADOC_INLINE_TAG[4x3] : [&#64;link String}]
* |--JAVADOC_INLINE_TAG_START[4x3] : [{]
* |--LINK_LITERAL[4x4] : [@link]
* |--WS[4x9] : [ ]
* |--REFERENCE[4x10] : [String]
* |--CLASS[4x10] : [String]
* |--JAVADOC_INLINE_TAG_END[4x16] : [}]
* </code>
* {@code
* JAVADOC_INLINE_TAG -> JAVADOC_INLINE_TAG
* |--JAVADOC_INLINE_TAG_START -> {
* |--LINK_LITERAL -> @link
* |--WS ->
* |--REFERENCE -> REFERENCE
* `--PACKAGE_CLASS -> String
* `--JAVADOC_INLINE_TAG_END -> }
* }
* </pre>
*
* @noinspection HtmlTagCanBeJavadocTag
Expand Down

0 comments on commit b41e944

Please sign in to comment.