8252712: move doclint to jdk.javadoc module

Reviewed-by: hannesw
This commit is contained in:
Jonathan Gibbons 2020-09-23 19:55:08 +00:00
parent c21690b518
commit f765a7f513
104 changed files with 642 additions and 533 deletions

View file

@ -3,7 +3,7 @@
* @bug 8006263
* @summary Supplementary test cases needed for doclint
* @library ..
* @modules jdk.compiler/com.sun.tools.doclint
* @modules jdk.javadoc/jdk.javadoc.internal.doclint
* @build DocLintTester
* @run main DocLintTester -ref StatsTest.out -stats -Xmsgs:all StatsTest.java
*/