summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-26 02:08:46 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-26 02:08:46 +0000
commit98cc55d6fce0327b35030e167e2bc9411321737e (patch)
tree4ad1bb72e5d1530cef74d11b7add8714a2601ec3 /Doxyfile
parentf2067e0a8fe0d37f5cafd62a7423adbcc7609cbe (diff)
Better documentation
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 88618b1..90777b0 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -2682,7 +2682,7 @@ INCLUDED_BY_GRAPH = YES
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
-CALL_GRAPH = NO
+CALL_GRAPH = YES
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
@@ -2694,7 +2694,7 @@ CALL_GRAPH = NO
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.
-CALLER_GRAPH = NO
+CALLER_GRAPH = YES
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.