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

Pavel Rappo prappo at openjdk.org
Mon Feb 12 15:47:09 UTC 2024


On Tue, 30 Jan 2024 23:47:00 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> src/jdk.internal.md/share/classes/jdk/internal/markdown/MarkdownTransformer.java line 771:
>> 
>>> 769:                 copyTo(getStartPos(link));
>>> 770:                 // push temporary value for {@code trees} while handling the content of the node
>>> 771:                 var saveTrees = trees;
>> 
>> "saveTrees": I see what you did there :-)
>
> ?? Not sure I understand this comment.

It's just a funny word play evoking the famous eco slogan, is all.

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

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


More information about the compiler-dev mailing list