From c2a4eafb130b3fd5b75e613debfe22f9166c82d3 Mon Sep 17 00:00:00 2001 From: Stephan Schulz <stephan.schulz-x2q@rub.de> Date: Mon, 30 Nov 2020 15:18:01 +0100 Subject: [PATCH] enable EXTRACT_ALL in doxygen --- docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index c9237f6..5062818 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -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. -- GitLab