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:
graph.dot).
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 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).