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 <[email protected]> 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