Remove caller graphs from doxygen because it is graphing the threaded behavior of OverworldMap::BuildMap, which is undesired

This commit is contained in:
scawful
2024-04-22 17:01:08 -04:00
parent 97f74b9c4b
commit 6eeb40ac8b

View File

@@ -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.