diff options
author | Sven Gothel <[email protected]> | 2020-05-18 06:32:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-05-18 06:32:20 +0200 |
commit | 7a31f8bb46ba4a5cab45c7f97af7599bd5d66030 (patch) | |
tree | eded1feaf48a21722e779db8a27a7c5efa656fc5 /Doxyfile.cpp.in | |
parent | 4f3cdae9ed707277d089136419643cffa3129452 (diff) |
API Doc: Extract all elements, even undocumented ones, otherwise API doc is incomplete.
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r-- | Doxyfile.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in index b7f9fc41..985811ea 100644 --- a/Doxyfile.cpp.in +++ b/Doxyfile.cpp.in @@ -410,7 +410,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. |