From cea53616cee27e1fe597421a7cb7b2bf8bcb2b7f Mon Sep 17 00:00:00 2001 From: Tim Offermann Date: Thu, 26 Nov 2020 22:23:24 +0100 Subject: Enable UML diagrams without member fields The compartment for class attributes and the compartment for the operations are optional. By providing a new option "DOT_UML_SHOW_MEMBER" an user can configure to use the UML_LOOK but without the additional information regarding the content of the class. --- src/config.xml | 9 +++++++ src/dotnode.cpp | 77 ++++++++++++++++++++++++++++++--------------------------- 2 files changed, 49 insertions(+), 37 deletions(-) diff --git a/src/config.xml b/src/config.xml index fb48c63..1faf67f 100644 --- a/src/config.xml +++ b/src/config.xml @@ -3452,6 +3452,15 @@ add type and arguments for attributes and methods in the UML graphs. ]]> + - -