From dc461206b01b8f18e8c706a02709ba0af453066e Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Wed, 30 Dec 2020 20:49:46 +0800 Subject: [PATCH] Enable EXTRACT_ALL in Doxyfile --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index e55298c..1f9792c 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -485,7 +485,7 @@ NUM_PROC_THREADS = 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.