RFR: JDK-8298405: Support Markdown in Documentation Comments [v7]
Jonathan Gibbons
jjg at openjdk.org
Tue Jan 30 22:20:32 UTC 2024
On Tue, 23 Jan 2024 15:17:14 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 eight commits:
>>
>> - Merge with upstream/master
>> - Merge with upstream/master
>> - Merge remote-tracking branch 'upstream/master' into 8298405.doclet-markdown-v3
>> - Address review comments
>> - Fix whitespace
>> - Improve handling of embedded inline taglets
>> - Customize support for Markdown headings
>> - JDK-8298405: Support Markdown in Documentation Comments
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/ParserFactory.java line 30:
>
>> 28: import java.util.Locale;
>> 29:
>> 30: import com.sun.source.util.DocTrees;
>
> Unused.
removed
> src/jdk.compiler/share/classes/com/sun/tools/javac/tree/DocPretty.java line 35:
>
>> 33: import com.sun.source.doctree.*;
>> 34: import com.sun.source.doctree.AttributeTree.ValueKind;
>> 35: import com.sun.source.util.DocTreeScanner;
>
> Unused.
removed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16388#discussion_r1472042122
PR Review Comment: https://git.openjdk.org/jdk/pull/16388#discussion_r1472042782
More information about the build-dev
mailing list