From 071d8628fd785df857bac804c1d2256072ea61fd Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Tue, 18 Jul 2023 09:26:33 -0600 Subject: [PATCH] [docs] Turn off doxygen collaboration diagram --- doc/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index fe1439db488..0a5a7a29151 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -2314,7 +2314,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.