diff --git a/doc/cd-opt.xml b/doc/cd-opt.xml index bd29760..84b3abb 100644 --- a/doc/cd-opt.xml +++ b/doc/cd-opt.xml @@ -6,6 +6,8 @@ class diagram generator:
-output
Specify the output file name (default graph.dot).
+
-d
Specify the output directory (defaults to the current directory). +
-outputencoding
Specify the output encoding character set (default ISO-8859-1). When using dot to generate SVG diagrams you should specify UTF-8 as the output encoding, to have guillemots correctly @@ -63,7 +65,10 @@ inside abstract class nodes.
-hide
Specify entities to hide from the graph. Matching is done against the end of each entity's name. For instance, "-hide Widget" would hide "com.foo.widgets.Widget" and -"com.foo.widgets.BigWidget". +"com.foo.widgets.BigWidget". Can also be used without arguments, +in this case it will hide everything (useful in the context of views +to selectively unhide some portions of the graph, see the view chapter for +further details).
-hideall
Hide all entities from the graph. Used with views to show only a specific