Skip to content

Commit e1a8d76

Browse files
committed
Merge #16347: doc: Include static members in Doxygen
84ad4d2 doc: Include static members in Doxygen (Carl Dong) Pull request description: This makes our Doxygen output more useful by generating them for static members. ACKs for top commit: practicalswift: ACK 84ad4d2 laanwj: ACK bitcoin/bitcoin@84ad4d2 fanquake: ACK 84ad4d2 Tree-SHA512: f47fe6f36739ba8d7978169b28a29ad3d0796d7535052e447740077f4827c9bf5082d14c9cac2fbaf91f01bb2bffc25d9d7c3f702c0848c79a48a311ebd3344f
2 parents 2b46519 + 84ad4d2 commit e1a8d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ EXTRACT_PACKAGE = NO
453453
# included in the documentation.
454454
# The default value is: NO.
455455

456-
EXTRACT_STATIC = NO
456+
EXTRACT_STATIC = YES
457457

458458
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
459459
# locally in source files will be included in the documentation. If set to NO,

0 commit comments

Comments
 (0)