RFR: JDK-8300914: Allow `@` as an escape in documentation comments [v2]
Jonathan Gibbons
jjg at openjdk.org
Fri Feb 3 21:17:54 UTC 2023
On Wed, 1 Feb 2023 22:33:13 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Jonathan Gibbons has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>>
>> - Merge with upstream/master
>> - JDK-8301294: Allow `@` as an escape in documentation comments
>
> src/jdk.compiler/share/classes/com/sun/source/doctree/EscapeTree.java line 49:
>
>> 47: *
>> 48: * <p>Note: this method returns the escaped character, not the original escape sequence.
>> 49: *
>
> Remove newline.
Rewritten this comment.
-------------
PR: https://git.openjdk.org/jdk/pull/12372
More information about the compiler-dev
mailing list