mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-28 11:10:26 +00:00
8178426: Extra } is coming in the javadoc of Taglet.toString() API
Reviewed-by: ksrini, bpatel
This commit is contained in:
parent
2d34a0490a
commit
20a33eb5a5
@ -85,7 +85,7 @@ public interface Taglet {
|
||||
/**
|
||||
* Returns the string representation of a series of instances of
|
||||
* this tag to be included in the generated output.
|
||||
* If this taglet is for an {@link #isInlineTag inline} tag} it will
|
||||
* If this taglet is for an {@link #isInlineTag inline} tag it will
|
||||
* be called once per instance of the tag, each time with a singleton list.
|
||||
* Otherwise, if this tag is a block tag, it will be called once per
|
||||
* comment, with a list of all the instances of the tag in a comment.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user