nashorn/src/jdk.scripting.nashorn.shell/share/classes/module-info.java
changeset 45538 3391b408f58a
parent 43742 abd8bc4c4c9d
child 45670 2b0b8cd704d4
--- a/nashorn/src/jdk.scripting.nashorn.shell/share/classes/module-info.java	Thu Jun 01 18:26:36 2017 +0000
+++ b/nashorn/src/jdk.scripting.nashorn.shell/share/classes/module-info.java	Wed Jun 07 18:57:24 2017 -0700
@@ -24,8 +24,17 @@
  */
 
 /**
- * Nashorn shell module
+ * Defines Nashorn shell module.
+ *
+ * <p>This module includes the command line tool <em>{@index jjs jjs tool}</em>
+ * to invoke the Nashorn engine.
  *
+ * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
+ * <dt class="simpleTagLabel">Tool Guides:
+ * <dd>{@extLink jjs_tool_reference jjs}
+ * </dl>
+ *
+ * @moduleGraph
  * @since 9
  */
 module jdk.scripting.nashorn.shell {