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:
parent
ad76305ce9
commit
3fd6e5b604
2
Doxyfile
2
Doxyfile
@ -491,7 +491,7 @@ EXTRACT_PACKAGE = NO
|
|||||||
# included in the documentation.
|
# included in the documentation.
|
||||||
# The default value is: NO.
|
# 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
|
# 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,
|
# locally in source files will be included in the documentation. If set to NO,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user