Request Review: JDK-8181639 Add tool and services information to module summary
Paul Sandoz
paul.sandoz at oracle.com
Wed Jun 7 16:31:12 UTC 2017
Hi,
Some minor stuff.
jdk/src/java.scripting/share/classes/module-info.java
—
+ * command-line script shell, * <em>{@index jrunscript jrunscript}</em>,
Rogue ‘*'?
jdk/src/jdk.jartool/share/classes/module-info.java
—
+ * <p> <em>jarsigner</em> just exists as a command line tool,
s/just/only/
src/jdk.security.auth/share/classes/module-info.java
—
wrap "javax.security.auth.*” in a <code/> block?
Paul.
> On 6 Jun 2017, at 22:49, Mandy Chung <mandy.chung at oracle.com> wrote:
>
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8181639/webrev.00
>
> Updated javadoc:
> http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8181639/api/
>
> This patch mainly adds @uses, @provides and description of providers and tools. This uses description list “dl” to list “Providers”, “Specifications”, “Tool Guides” in JDK 9. In the future this can be converted to custom taglets.
>
> Mandy
More information about the core-libs-dev
mailing list