From be84b44e9b29a501b5d1b66100703e5f47396a4d Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 19 Nov 2018 12:43:37 -0500 Subject: [PATCH] Github Pages build debug (#94) * Config - Minimize size of doxygen output * Config - Renable doxygen class diagrams --- doxygen/Doxyfile-dashdocs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/Doxyfile-dashdocs b/doxygen/Doxyfile-dashdocs index acefb9b8..d7441961 100644 --- a/doxygen/Doxyfile-dashdocs +++ b/doxygen/Doxyfile-dashdocs @@ -2324,7 +2324,7 @@ INCLUDED_BY_GRAPH = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -CALL_GRAPH = YES +CALL_GRAPH = NO # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller # dependency graph for every global function or class method. @@ -2336,7 +2336,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.