From 6eeb40ac8b06a1b5e3b81e6161dc2f2076a6eaf3 Mon Sep 17 00:00:00 2001 From: scawful Date: Mon, 22 Apr 2024 17:01:08 -0400 Subject: [PATCH] Remove caller graphs from doxygen because it is graphing the threaded behavior of OverworldMap::BuildMap, which is undesired --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index b9612636..22d0cd5a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2689,7 +2689,7 @@ CALL_GRAPH = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -CALLER_GRAPH = YES +CALLER_GRAPH = NO # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical # hierarchy of all classes instead of a textual one.