RFR: JDK-8309566: Migrate away from TagletWriter and TagletWriterImpl [v3]
Jonathan Gibbons
jjg at openjdk.org
Wed Jul 12 20:31:20 UTC 2023
On Wed, 12 Jul 2023 14:00:13 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Improve comments
>> Convert `InheritableTaglet` to just a marker interface.
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/taglets/InheritDocTaglet.java line 57:
>
>> 55: * Construct a new InheritDocTaglet.
>> 56: */
>> 57: public InheritDocTaglet(HtmlConfiguration config) {
>
> Could have package access instead.
Yes, also for `SummaryTaglet`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14793#discussion_r1261691692
More information about the javadoc-dev
mailing list