Skip to content

Commit

Permalink
Issue #14631: Updated author_literal to new AST format
Browse files Browse the repository at this point in the history
  • Loading branch information
SteLeo1603 authored and romani committed May 5, 2024
1 parent 4ba314b commit d497c9c
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,12 @@ public final class JavadocTokenTypes {
* <pre>{@code @author Baratali Izmailov}</pre>
* <b>Tree:</b>
* <pre>{@code
* |--JAVADOC_TAG[3x0] : [@author Baratali Izmailov]
* |--AUTHOR_LITERAL[3x0] : [@author]
* |--WS[3x7] : [ ]
* |--DESCRIPTION[3x8] : [Baratali Izmailov]
* |--TEXT[3x8] : [Baratali Izmailov]
* --JAVADOC_TAG -> JAVADOC_TAG
* |--AUTHOR_LITERAL -> @author
* |--WS ->
* `--DESCRIPTION -> DESCRIPTION
* |--TEXT -> Baratali Izmailov
* |--NEWLINE -> \r\n
* }</pre>
*
* @see
Expand Down

0 comments on commit d497c9c

Please sign in to comment.