hg: code-tools/jtharness: TestFinder: removed @implNote not recognizable by JDK8's javadoc tool
Jonathan Gibbons
jonathan.gibbons at oracle.com
Fri Feb 28 19:43:02 UTC 2020
@implNote is not a standard tag recognized by any version of javadoc. It
is a custom tag defined by the JDK Makefiles. You could easily set up
the same command-line options in the jtharness build files to support
tags like @apiNote, @implSpec, @implNote.
-- Jon
On 02/28/2020 10:19 AM, dmitry.bessonov at oracle.com wrote:
> Changeset: 8d417b5d2998
> Author: dbessono
> Date: 2020-02-28 18:19 +0000
> URL: https://hg.openjdk.java.net/code-tools/jtharness/rev/8d417b5d2998
>
> TestFinder: removed @implNote not recognizable by JDK8's javadoc tool
>
> ! src/com/sun/javatest/TestFinder.java
>
More information about the jtharness-dev
mailing list