RFR: JDK-8257925 enable more support for nested inline tags [v2]

Jonathan Gibbons jjg at openjdk.java.net
Thu Feb 18 18:53:42 UTC 2021


On Fri, 12 Feb 2021 14:14:42 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

>> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   improve handling of nested links
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java line 1637:
> 
>> 1635:                 public Boolean visitSee(SeeTree node, Content c) {
>> 1636:                     // we need to pass the DocTreeImpl here, so ignore node
>> 1637:                     result.add(seeTagToContent(element, tag, context));
> 
> Is above comment still correct? Aren't `tag` and `node` the same object?

Yes, updated

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

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


More information about the compiler-dev mailing list