<i18n dev> RFR: JDK-8280492: Address remaining doclint issues in JDK build

Joe Darcy darcy at openjdk.java.net
Sat Jan 22 21:38:04 UTC 2022


On Sat, 22 Jan 2022 21:09:03 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Use presumed syntax that will be introduced by JDK-8280488.

This should be the (near) final step to fully enable all doclint checks during the javac portion of the build. The "reference" doclint check is currently disabled in the build command for several modules. The problematic references are cross-module @see and @link tags. This PR changes those tags to use a to a new proposed syntax for cross-module references.

Before this PR is pushed, the javadoc changes need to be made and I'll update the make files to enable the "reference" warning category.

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

PR: https://git.openjdk.java.net/jdk/pull/7189


More information about the i18n-dev mailing list