RFR: 8051010: Support @apiNote, @implSpec, @implNote, @jls and @jvms in all javadoc bundles
Mike Duigou
mike.duigou at oracle.com
Thu Jul 17 17:58:16 UTC 2014
Hello all;
In Java 8 the core JDK API Javadoc started using several new custom javadoc tags. Other javadoc bundles would like to use the same tags and it's a good idea to be generating all of the javadoc bundles as consistently as possible. This changeset provides support for the new custom javadoc tags to all bundles generated by Javadoc.gmk. It also includes an RFE to make the @jls and @jvms tags available to all bundles as well.
jbsbug: https://bugs.openjdk.java.net/browse/JDK-8051010
webrev: http://cr.openjdk.java.net/~mduigou/JDK-8051010/0/webrev/
Mike
More information about the build-dev
mailing list