diff --git a/doc/cd-opt.xml b/doc/cd-opt.xml index 84b3abb..977275c 100644 --- a/doc/cd-opt.xml +++ b/doc/cd-opt.xml @@ -63,10 +63,10 @@ inside abstract class nodes.
-bgcolor
Specify the graph's background color.
-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 +Matching is done using a non-anchored regular match. +For instance, "-hide (Big|\.)Widget" would hide "com.foo.widgets.Widget" and "com.foo.widgets.BigWidget". Can also be used without arguments, -in this case it will hide everything (useful in the context of views +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).