8286101: Support formatting in @value tag

Reviewed-by: prappo
This commit is contained in:
Jonathan Gibbons 2022-06-13 18:13:21 +00:00
parent 8f400b9aab
commit 53a0acee06
18 changed files with 334 additions and 12 deletions

View file

@ -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();