On Thu, 27 Jan 2022 10:22:20 GMT, Hannes Wallnöfer <[email protected]> wrote:
>> Please review a simple update to reorder some members of the enum
>> `HtmlStyle`, and to make some minor updates to the comments.
>>
>> This is to facilitate automated extraction of information into an upcoming
>> new spec for the output from the standard doclet.
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlStyle.java
> line 53:
>
>> 51: * @apiNote
>> 52: * The stylized use of {@code editor-fold} comments and line comments
>> (beginning {@code //}
>> 53: * is to support extracting details of declarations with external tools.
>> Edit with care!
>
> Missing closing parenthesis
Noted
-------------
PR: https://git.openjdk.java.net/jdk/pull/7235