diff options
-rw-r--r-- | payloads/libpayload/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/Doxyfile b/payloads/libpayload/Doxyfile index 3b3421c95e..86b605f28d 100644 --- a/payloads/libpayload/Doxyfile +++ b/payloads/libpayload/Doxyfile @@ -287,7 +287,7 @@ EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = YES +EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. |