From a5b019ea6160881a7da180036114addb1a8a78fe Mon Sep 17 00:00:00 2001 From: Jan Radon Date: Mon, 29 Oct 2018 13:50:51 +0100 Subject: [PATCH] #153: doxygen config: EXTRACT_ALL=YES --- doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.conf b/doxygen.conf index 85ce9f13..a77af7eb 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -435,7 +435,7 @@ LOOKUP_CACHE_SIZE = 0 # 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.