Skip to content

Commit

Permalink
Merge branch 'master' into minghao/ci-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed May 4, 2024
2 parents 89a4d31 + 9fa1eed commit fdccdbf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ public final class JavadocTokenTypes {
* <pre>{@code @version 1.3}</pre>
* <b>Tree:</b>
* <pre>{@code
* |--JAVADOC_TAG[3x0] : [@version 1.3]
* |--VERSION_LITERAL[3x0] : [@version]
* |--WS[3x8] : [ ]
* |--DESCRIPTION[3x9] : [1.3]
* |--TEXT[3x9] : [1.3]
* JAVADOC_TAG -> JAVADOC_TAG
* |--VERSION_LITERAL -> @version
* |--WS ->
* `--DESCRIPTION -> DESCRIPTION
* |--TEXT -> 1.3
* }</pre>
*
* @see
Expand Down

0 comments on commit fdccdbf

Please sign in to comment.