mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8257925: enable more support for nested inline tags
Reviewed-by: prappo, hannesw
This commit is contained in:
parent
433096a45e
commit
c4f17a3e1d
15 changed files with 710 additions and 92 deletions
|
@ -165,8 +165,14 @@ DocComment[DOC_COMMENT, pos:1
|
|||
Index[INDEX, pos:5
|
||||
term:
|
||||
Text[TEXT, pos:13, {@xyz}]
|
||||
description: 1
|
||||
Text[TEXT, pos:20, "{@see_xyz}"_def]
|
||||
description: 3
|
||||
Text[TEXT, pos:20, "]
|
||||
UnknownInlineTag[UNKNOWN_INLINE_TAG, pos:21
|
||||
tag:see
|
||||
content: 1
|
||||
Text[TEXT, pos:27, xyz]
|
||||
]
|
||||
Text[TEXT, pos:31, "_def]
|
||||
]
|
||||
body: empty
|
||||
block tags: empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue