See http://cr.openjdk.java.net/~jjg/java-javafx-jdk-docs/api/overview-summary.html - "description" column in the overview page is empty for the module.
Comments
Already fixed as part of JDK-8181639
14-06-2017
Descriptions were added as part of JDK-8181639 so I think we can close this issue.
14-06-2017
Yes, a brief description will do. Here is what we currently have for the jdk.jartool and jdk.jcmd modules to give an idea of the style currently used:
/**
* Defines tools for manipulating Java Archive (JAR) files,
* including the jar and jarsigner tools.
*
* @moduleGraph
* @since 9
*/
/**
* Defines tools for diagnostics and troubleshooting a JVM,
* including the jcmd, jps, jstat and other diagnostics tools.
*
* @moduleGraph
* @since 9
*/
07-04-2017
jdk.xml.bind and jdk.xml.ws are modules containint jaxb/jaxws tools for code/schema generation. I suppose you want to add module descriptions yourself. If not, send issue back to me, I will add decriptions in the next sync.