Skip to content

Commit 14d6b55

Browse files
authored
Merge pull request #12327 from VeijoPesonen/doxy_rules
Doxygen: don't extract static members
2 parents 65a5d1b + e9e3385 commit 14d6b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doxyfile_options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ EXTRACT_PACKAGE = NO
443443
# included in the documentation.
444444
# The default value is: NO.
445445

446-
EXTRACT_STATIC = YES
446+
EXTRACT_STATIC = NO
447447

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

0 commit comments

Comments
 (0)