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

Jonathan Gibbons jjg at openjdk.org
Mon Jan 29 23:53:44 UTC 2024


On Wed, 17 Jan 2024 00:25:37 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/DocCommentParser.java line 89:
>> 
>>> 87:         POSTAMBLE,
>>> 88:         /** The rich-text content of an inline documentation comment tag. */
>>> 89:         INLINE
>> 
>> Do we also need to say something about `.md` files here?
>
> Probably, yes.

New class comment added.

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

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


More information about the build-dev mailing list