< prev index next >

jdk/src/jdk.pack/share/classes/module-info.java

Print this page

        

@@ -23,12 +23,19 @@
  * questions.
  */
 
 /**
  * Defines tools for transforming a JAR file into a compressed pack200 file
- * and transforming a packed file into a JAR file, including the pack200,
- * and unpack200 tools.
+ * and transforming a packed file into a JAR file, including the 
+ * <em>{@index pack200 pack200}</em> and <em>{@index unpack200 unpack200}</em> 
+ * tools.
+ *
+ * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
+ * <dt class="simpleTagLabel">Tool Guides:
+ * <dd>{@extLink pack200_tool_reference pack200},
+ *     {@extLink unpack200_tool_reference unpack200}
+ * </dl>
  *
  * @moduleGraph
  * @since 9
  */
 module jdk.pack {
< prev index next >