On Fri, 12 May 2023 21:32:55 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
>> test/langtools/tools/javac/doctree/SeeTest.java line 59: >> >>> 57: * @see "{@code}" >>> 58: */ >>> 59: void at_sign_in_quote_string() { } >> >> (minor) add `d` after `quote` in method name > > Also, add a test case for this, with a newline after the tag: > > /** > * abc. > * @see > * "{@code ...}" > */ > (minor) add `d` after `quote` in method name Fixed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13888#discussion_r1193327514