mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8286101: Support formatting in @value tag
Reviewed-by: prappo
This commit is contained in:
parent
8f400b9aab
commit
53a0acee06
18 changed files with 334 additions and 12 deletions
|
@ -699,6 +699,7 @@ public class DocCommentTester {
|
|||
public Void visitValue(ValueTree node, Void p) {
|
||||
header(node);
|
||||
indent(+1);
|
||||
print("format", node.getFormat());
|
||||
print("reference", node.getReference());
|
||||
indent(-1);
|
||||
indent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue