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 authored and romani committed May 4, 2024
1 parent 9fa1eed commit 4ba314b
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -89,11 +89,11 @@ 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
* }</pre>
*
* @see
Expand Down

0 comments on commit 4ba314b

Please sign in to comment.