RFR: JDK-8298405: Support Markdown in Documentation Comments [v7]

Pavel Rappo prappo at openjdk.org
Fri Feb 9 19:05:12 UTC 2024


On Tue, 30 Jan 2024 21:37:10 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavaTokenizer.java line 1065:
>> 
>>> 1063: 
>>> 1064:                     if (accept('/')) { // (Spec. 3.7)
>>> 1065:                         if (accept('/')) { // Markdown comment
>> 
>> Here and elsewhere in this file: do we need to mention Markdown?
>
> The "M" word appears 10 times in this file. I'll work to convert them to an alternate nomenclature, such as "line comment".

I can see that you've managed to remove all of those occurrences nicely; well done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16388#discussion_r1484624573


More information about the compiler-dev mailing list