diff --git a/doc/cd-oper.xml b/doc/cd-oper.xml index 5fdbe3c..e0c1bf1 100644 --- a/doc/cd-oper.xml +++ b/doc/cd-oper.xml @@ -72,6 +72,14 @@ Example: java -jar /usr/jvm/java-1.5.0/lib/UmlGraph.jar -private Simple.java
+To generate a diagram of all classes in the package specify as arguments +to the Java invocation the name of the package and the directory where +it resides. +The following example generates a diagram of all UMLGraph classes. +