On Tue, 11 Oct 2022 14:49:57 GMT, Jonathan Gibbons <[email protected]> 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

Reply via email to