diff options
author | Carl Dong <contact@carldong.me> | 2019-07-06 11:48:18 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2019-07-06 11:48:18 -0400 |
commit | 84ad4d2b9d80dcbfa9780984bc7c9cbe1f7b3f60 (patch) | |
tree | d5421afedefe7380ec386f106e647020025fb6d6 /doc | |
parent | 11de669d8b7a1f641ab6fb488feb3134f0d2b1be (diff) |
doc: Include static members in Doxygen
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 2 |
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, |