-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: 20
-
Component/s: tools
-
None
-
Fix Understood
-
generic
-
generic
Link tags using the ## form to link to a text fragments do not work in package info pages unless they also contain the package name. For example, the following tag does not generate a link:
{@link ##anchor text}
The correct link is generated when the package name is present:
{@linkp pkg##anchor text}
{@link ##anchor text}
The correct link is generated when the package name is present:
{@linkp pkg##anchor text}
- relates to
-
JDK-8200337 Generalize see and link tags for user-defined anchors
-
- Resolved
-
- links to
-
Review(master)
openjdk/jdk/28372