From bd53402181ebda1c91e1ab7a32413646fbfccba4 Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Fri, 30 Dec 2005 17:49:36 +0000 Subject: [PATCH] New and changed options (-d, -hide) --- doc/cd-opt.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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