summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorTim Offermann <timoffermann@web.de>2020-11-26 21:23:24 (GMT)
committerTim Offermann <timoffermann@web.de>2020-11-26 21:23:24 (GMT)
commitcea53616cee27e1fe597421a7cb7b2bf8bcb2b7f (patch)
tree1b1f2ee418e8f8a18ab3ca5a142774d6aa572adb /src/config.xml
parent6de91dc5e32e6d97a557fe6910a6cbf1d453ad9c (diff)
downloadDoxygen-cea53616cee27e1fe597421a7cb7b2bf8bcb2b7f.zip
Doxygen-cea53616cee27e1fe597421a7cb7b2bf8bcb2b7f.tar.gz
Doxygen-cea53616cee27e1fe597421a7cb7b2bf8bcb2b7f.tar.bz2
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.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml9
1 files changed, 9 insertions, 0 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.
]]>
</docs>
</option>
+ <option type='bool' id='DOT_UML_SHOW_MEMBER' defval='1' depends='UML_LOOK'>
+ <docs>
+<![CDATA[
+ If the \c DOT_UML_SHOW_MEMBER tag is set to \c NO, doxygen will not generate fields with
+ class member information inside the class nodes. The class diagrams will look similar to
+ the default class diagrams but using UML notation for the relationships.
+]]>
+ </docs>
+ </option>
<option type='int' id='DOT_WRAP_THRESHOLD' defval='17' minval='0' maxval='1000' depends='HAVE_DOT'>
<docs>
<![CDATA[