From 4fd38a84d2b6b4a1e66260dba36086f52b79a0ad Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sat, 1 Dec 2018 20:03:58 -0500 Subject: [PATCH] Remove graphs from Doxygen output --- Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index a309d53..74b1dfa 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2121,7 +2121,7 @@ PERL_PATH = /usr/bin/perl # powerful graphs. # The default value is: YES. -CLASS_DIAGRAMS = YES +CLASS_DIAGRAMS = NO # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see: @@ -2152,7 +2152,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: YES. -HAVE_DOT = YES +HAVE_DOT = NO # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # to run in parallel. When set to 0 doxygen will base this on the number of