RFR: JDK-8200337: Generalize see and link tags for user-defined anchors [v4]

Hannes Wallnöfer hannesw at openjdk.org
Mon Oct 17 15:03:13 UTC 2022


On Tue, 11 Oct 2022 14:49:57 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove aux doc file reference feature
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/ReferenceParser.java line 118:
> 
>> 116:                 // A slash following a hash is part of a doc-file path, not a module separator
>> 117:                 slash = -1;
>> 118:             }
> 
> I thought we were backing off file references ...

Changed back to old code

> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TagletWriterImpl.java line 490:
> 
>> 488:         } else if (refFragment != null && refFragment.startsWith("#")) {
>> 489:             if (labelContent.isEmpty()) {
>> 490:                 // A non-empty label is required for fragment and auxiliary file links
> 
> "auxiliary file links" ...

Removed mention of auxiliary files.

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

PR: https://git.openjdk.org/jdk/pull/10395


More information about the compiler-dev mailing list