On Tue, 28 Oct 2025 17:56:49 GMT, Alan Bateman <[email protected]> wrote:
>> Is there an easy way to test the correctness of the javadoc parts (I
>> couldn't find an option for javadoc). The </blockquote \>above is matched
>> to a <blockquote\> on line 88, but there is a <pre\></pre\> pair in between,
>> is that the issue you are referring to?
>
> `make docs`. The second blockquote is matched with another blockquote, not
> `</blockquote>`. In the example, which can be converted to a snippet, then
> then braces not matched so the end brace for `{@code ... }` get mixed up.
I see that now - fixing ....
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28010#discussion_r2470709024