diff --git a/index.html b/index.html index df87f2e..b37f7df 100644 --- a/index.html +++ b/index.html @@ -68,10 +68,11 @@ doclet API that specifies the content and format of the output generated by the javadoc tool). Javadoc is part of the Sun JDK, so a typical JDK installation will also include javadoc. -Before running javadoc you need to place the UmlGraph.class -file in a location accessible by javadoc (the Java class path or the -current directory). -You then run javadoc with the argument -doclet UmlGraph +Before running javadoc you need to place the UmlGraph.jar +file in a location accessible by javadoc +(e.g. the Java class path or the current directory). +You then run javadoc with arguments -doclet UmlGraph +-docletpath /path/to/UmlGraph.jar and append at the end the file(s) that contain your diagram specification. You can of course use any of the javadoc general options; @@ -79,7 +80,7 @@ You can of course use any of the javadoc general options; specify public elements. Example:
-javadoc -doclet UmlGraph -private Simple.java
+javadoc -docletpath UmlGraph.jar -doclet UmlGraph -private Simple.java
 
javadoc will create a file named graph.dot in the current directory; @@ -182,8 +183,8 @@ UMLGraph is hereby made freely available as Open Source Software. You can download it in source and compiled format from the following links:

Version History

diff --git a/web/index.html b/web/index.html index df87f2e..b37f7df 100644 --- a/web/index.html +++ b/web/index.html @@ -68,10 +68,11 @@ doclet API that specifies the content and format of the output generated by the javadoc tool). Javadoc is part of the Sun JDK, so a typical JDK installation will also include javadoc. -Before running javadoc you need to place the UmlGraph.class -file in a location accessible by javadoc (the Java class path or the -current directory). -You then run javadoc with the argument -doclet UmlGraph +Before running javadoc you need to place the UmlGraph.jar +file in a location accessible by javadoc +(e.g. the Java class path or the current directory). +You then run javadoc with arguments -doclet UmlGraph +-docletpath /path/to/UmlGraph.jar and append at the end the file(s) that contain your diagram specification. You can of course use any of the javadoc general options; @@ -79,7 +80,7 @@ You can of course use any of the javadoc general options; specify public elements. Example:
-javadoc -doclet UmlGraph -private Simple.java
+javadoc -docletpath UmlGraph.jar -doclet UmlGraph -private Simple.java
 
javadoc will create a file named graph.dot in the current directory; @@ -182,8 +183,8 @@ UMLGraph is hereby made freely available as Open Source Software. You can download it in source and compiled format from the following links:

Version History