Doxygen: Add static functions and templates
Marking all global functions and templates as static made Doxygen hide them from the documentation. However, they were marked as static because of the portable nature of WinStd. Not to isolate them. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -491,7 +491,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,
|
||||
|
Reference in New Issue
Block a user