From 26217e9d859d07c9567539d1961006e975117d9b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 4 Sep 2024 01:22:22 +0200 Subject: [PATCH] Doxygen: disable collaboration diagrams They are convoluted and not readable for the vast majority of Ardour classes. --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 306ebd5513..79eebbbb17 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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.