On Fri, 12 Feb 2021 14:14:42 GMT, Hannes Wallnöfer <hann...@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

Reply via email to