RFR: JDK-8280738: Minor cleanup for HtmlStyle
Jonathan Gibbons
jjg at openjdk.java.net
Mon Jan 31 22:41:10 UTC 2022
On Thu, 27 Jan 2022 10:22:20 GMT, Hannes Wallnöfer <hannesw at openjdk.org> 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
More information about the javadoc-dev
mailing list