[OpenJDK 2D-Dev] [13] RFR JDK-8225368:broken links in java.desktop files

Jonathan Gibbons jonathan.gibbons at oracle.com
Fri Jun 7 00:46:00 UTC 2019


You should be able to link to public API in other modules.

There was an issue with hard-coded '<a href=...>` links when javadoc 
added the extra level of module directory into the output hierarchy, but 
those issues have now been sorted out.

-- Jon

On 06/06/2019 05:31 PM, Sergey Bylokhov wrote:
> On 06/06/2019 12:50, Jonathan Gibbons wrote:
>> You should be able to use {@link} to refer to other Java elements;
>
> It is possible even across the different modules?(I remember there was 
> some related issue)
>
>>
>> -- Jon
>>
>>
>> On 06/06/2019 12:46 PM, Sergey Bylokhov wrote:
>>> Hi, Prasanta.
>>>
>>> Can you please double check is it possible to use {@link } instead 
>>> of <a/> in the java files?
>>> For example in 
>>> src/java.desktop/share/classes/javax/print/attribute/package-info.java
>>>
>>> Note that some of these docs use 80 chars per line alignment, please 
>>> use the same style.
>>>
>>> On 06/06/2019 11:34, Prasanta Sadhukhan wrote:
>>>> Hi All,
>>>>
>>>> Please review a doc-fix to fix broken links in java.desktop files
>>>>
>>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8225368
>>>>
>>>> webrev: http://cr.openjdk.java.net/~psadhukhan/8225368/webrev.0/
>>>>
>>>> Regards
>>>> Prasanta
>>>
>>>
>>
>
>



More information about the 2d-dev mailing list