summaryrefslogtreecommitdiffstats
path: root/Doxyfile.java.in
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-05-18 06:32:20 +0200
committerSven Gothel <[email protected]>2020-05-18 06:32:20 +0200
commit7a31f8bb46ba4a5cab45c7f97af7599bd5d66030 (patch)
treeeded1feaf48a21722e779db8a27a7c5efa656fc5 /Doxyfile.java.in
parent4f3cdae9ed707277d089136419643cffa3129452 (diff)
API Doc: Extract all elements, even undocumented ones, otherwise API doc is incomplete.
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r--Doxyfile.java.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in
index 2846ec4b..7a05b0f6 100644
--- a/Doxyfile.java.in
+++ b/Doxyfile.java.in
@@ -409,7 +409,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.