From a49a5d4c687742a6eaf516d79d2dff399aad12dc Mon Sep 17 00:00:00 2001 From: Alexandre Salconi Date: Tue, 29 Sep 2020 16:45:47 -0400 Subject: use boolean to add or remove uml details --- Doxyfile | 1 + src/config.xml | 8 ++++++++ src/dotnode.cpp | 20 ++++++++++++++++---- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index dbac3e1..44eb5b5 100644 --- a/Doxyfile +++ b/Doxyfile @@ -329,3 +329,4 @@ DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES DOT_CLEANUP = NO DOT_MAX_FOLD = 17 +DOT_UML_DETAILS = NO diff --git a/src/config.xml b/src/config.xml index 474993b..14fafca 100644 --- a/src/config.xml +++ b/src/config.xml @@ -3668,6 +3668,14 @@ remove the intermediate dot files that are used to generate the various graphs. ]]> +