From 2f5725a1fc0f0e94a82dafc6a267f1e83a89b4c5 Mon Sep 17 00:00:00 2001 From: Herwig Birke Date: Wed, 20 Feb 2019 15:59:42 +0100 Subject: [PATCH] documentation changed --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 43f38b4..27baf02 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2350,7 +2350,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. @@ -2362,7 +2362,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.