13
0

Doxygen: disable collaboration diagrams

They are convoluted and not readable for the vast
majority of Ardour classes.
This commit is contained in:
Robin Gareus 2024-09-04 01:22:22 +02:00
parent 8fea1ea42e
commit 26217e9d85
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2471,7 +2471,7 @@ CLASS_GRAPH = YES
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.
COLLABORATION_GRAPH = YES
COLLABORATION_GRAPH = NO
# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.