Github Pages build debug (#94)

* Config - Minimize size of doxygen output

* Config - Renable doxygen class diagrams
This commit is contained in:
thephez 2018-11-19 12:43:37 -05:00
parent 2372ce3e56
commit be84b44e9b

View file

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