diff options
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l index b91119c..7933eee 100644 --- a/src/config.l +++ b/src/config.l @@ -2474,7 +2474,7 @@ void Config::create() "TEMPLATE_RELATIONS", "If set to YES, the inheritance and collaboration graphs will show the \n" "relations between templates and their instances. \n", - TRUE + FALSE ); cb->addDependency("HAVE_DOT"); cb = addBool( |