RFR: 8335122: Reorganize internal low-level support for HTML in jdk.javadoc [v7]

Jonathan Gibbons jjg at openjdk.org
Thu Aug 1 20:05:34 UTC 2024


On Thu, 1 Aug 2024 11:53:29 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

>> Jonathan Gibbons has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 12 commits:
>> 
>>  - Merge with upstream master;
>>    add reference in HtmlTag to a related RFE
>>  - Update/improve merge of HtmlTag and TagName
>>  - Fix missing legal headers
>>  - Cleanup use of HtmlStyle and HtmlStyles
>>  - Fix merge issues
>>  - Merge with upstream master
>>  - fix whitespace
>>  - reorder imports
>>  - Cleanup pass
>>  - Merge doclint into html: part 2: TagName/HtmlTag
>>  - ... and 2 more: https://git.openjdk.org/jdk/compare/e4c7850c...2b6363ee
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/html/HtmlAttr.java line 32:
> 
>> 30: import java.util.Locale;
>> 31: 
>> 32: public enum HtmlAttr {
> 
> Not essential, but it would be nice to have a simple class doc comment such as "Enum representing HTML tag attributes."

Of course; will do.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19916#discussion_r1700776116


More information about the compiler-dev mailing list