JDK 9 RFR of JDK-8172458: Make javax.lang.model javadoc HTML 5 compliant
joe darcy
joe.darcy at oracle.com
Tue Jan 10 00:02:13 UTC 2017
Hello,
The javadoc in javax.lang.model.* and javax.annotation.processing use
some constructs that are not HTML 5 compliant. These constructs should
be updated to be compliant with HTML 5, mostly replacing <tt></tt> tags
with <code></code>. Please review the proposed changes below:
JDK-8172458: Make javax.lang.model javadoc HTML 5 compliant:
https://bugs.openjdk.java.net/browse/JDK-8172458
webrev: http://cr.openjdk.java.net/~darcy/8172458.0/
Thanks,
-Joe
More information about the compiler-dev
mailing list