-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: 23
-
Component/s: tools
-
None
-
generic
-
generic
A user may reasonably expect that @see tags in Markdown comments would support Markdown link syntax:
/// @see [link label](URL)
That is currently not the case, as @see does not accept rich content.
https://docs.oracle.com/en/java/javase/25/docs/specs/javadoc/doc-comment-spec.html#see
We should probably accept Markdown format in @see tags in Markdown comments.
/// @see [link label](URL)
That is currently not the case, as @see does not accept rich content.
https://docs.oracle.com/en/java/javase/25/docs/specs/javadoc/doc-comment-spec.html#see
We should probably accept Markdown format in @see tags in Markdown comments.
- links to