RFR: 8284299: Handle inheritDoc misuse more gracefully [v2]

Pavel Rappo prappo at openjdk.java.net
Wed Apr 6 16:52:38 UTC 2022


On Tue, 5 Apr 2022 18:58:02 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Pavel Rappo has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address feedback
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties line 118:
> 
>> 116: doclet.UnknownTag={0} is an unknown tag.
>> 117: doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
>> 118: doclet.unsuitableInheritDocContext=@inheritDoc cannot be used in this context
> 
> Suggest using the more-specific word "tag"
> That might suggest changing the resource name as well.

Addressed all in 191832b.

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

PR: https://git.openjdk.java.net/jdk/pull/8107


More information about the javadoc-dev mailing list