Skip to content

Commit

Permalink
Issue #14631: javadoc token SINCE_LITERAL ast update
Browse files Browse the repository at this point in the history
  • Loading branch information
SteLeo1603 committed Apr 20, 2024
1 parent bb56e9d commit dbc1a75
Showing 1 changed file with 7 additions and 5 deletions.
Expand Up @@ -89,11 +89,13 @@ public final class JavadocTokenTypes {
* <pre>{@code @since 3.4 RELEASE}</pre>
* <b>Tree:</b>
* <pre>{@code
* |--JAVADOC_TAG[3x0] : [@since 3.4 RELEASE]
* |--SINCE_LITERAL[3x0] : [@since]
* |--WS[3x6] : [ ]
* |--DESCRIPTION[3x7] : [3.4 RELEASE]
* |--TEXT[3x7] : [3.4 RELEASE]
* JAVADOC_TAG -> JAVADOC_TAG
* |--SINCE_LITERAL -> @since
* |--WS ->
* `--DESCRIPTION -> DESCRIPTION
* |--TEXT -> 3.4 RELEASE
* |--NEWLINE -> \r\n
* `--TEXT ->
* }</pre>
*
* @see
Expand Down

0 comments on commit dbc1a75

Please sign in to comment.