On Mon, 22 Jun 2026 14:45:43 GMT, Nizar Benalla <[email protected]> wrote:

>> Please review this patch to support markdown link syntax in `@see`tags.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Nizar Benalla has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Add examples to comment

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/taglets/SeeTaglet.java
 line 221:

> 219:     }
> 220: 
> 221:     private boolean isSingleMarkdownLink(String source) {

I wonder if using the Markdown parser here isn't a bit overdone, and whether 
using a regex would be sufficient?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31532#discussion_r3467214990

Reply via email to