aboutsummaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2019-07-06 11:48:18 -0400
committerCarl Dong <contact@carldong.me>2019-07-06 11:48:18 -0400
commit84ad4d2b9d80dcbfa9780984bc7c9cbe1f7b3f60 (patch)
treed5421afedefe7380ec386f106e647020025fb6d6 /doc/Doxyfile.in
parent11de669d8b7a1f641ab6fb488feb3134f0d2b1be (diff)
downloadbitcoin-84ad4d2b9d80dcbfa9780984bc7c9cbe1f7b3f60.tar.xz
doc: Include static members in Doxygen
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 58c65fb7e2..399d54eb85 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -453,7 +453,7 @@ EXTRACT_PACKAGE = NO
# included in the documentation.
# The default value is: NO.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,