From 1a31306333807645401246b12233641a8e78ac97 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Wed, 4 Jan 2006 17:38:37 +0000 Subject: [PATCH] Matching is done using regular expressions. --- doc/cd-opt.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).