From b271b6fdff06bfecda1d572fae59d7efe86a11c3 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Thu, 23 Mar 2017 12:39:31 -0700 Subject: [PATCH] Revert changes to doxygen.conf from r12694 5209b094 --- doc/doxygen.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index a212cbffc..047692378 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -434,7 +434,7 @@ LOOKUP_CACHE_SIZE = 1 # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = no +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. @@ -732,7 +732,7 @@ QUIET = NO # Tip: Turn warnings on while writing the documentation. # The default value is: YES. -WARNINGS = no +WARNINGS = YES # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag @@ -2205,7 +2205,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: NO. -HAVE_DOT = no +HAVE_DOT = yes # 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