RFR: JDK-8298405: Support Markdown in the standard doclet
Jonathan Gibbons
jjg at openjdk.org
Sat Jan 7 01:10:52 UTC 2023
On Wed, 4 Jan 2023 22:05:10 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> In case you've missed test failures in your GitHub Actions (GHA): `test/langtools/tools/javac/lib/DPrinter.java`. A trivial fix, really.
Fixed.
> src/jdk.compiler/share/classes/com/sun/source/doctree/DocTreeVisitor.java line 218:
>
>> 216: * @since 21
>> 217: */
>> 218: R visitMarkdown(MarkdownTree node, P p);
>
> This is supposed to be a `default` method, right?
Yes.
-------------
PR: https://git.openjdk.org/jdk/pull/11701
More information about the compiler-dev
mailing list