mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Allow Doxygen to document functions that are only accessible via macro
This commit is contained in:
parent
2619f3a358
commit
eeb74b389a
5
Doxyfile
5
Doxyfile
@ -2129,7 +2129,10 @@ INCLUDE_FILE_PATTERNS =
|
||||
# recursively expanded use the := operator instead of the = operator.
|
||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||
|
||||
PREDEFINED =
|
||||
PREDEFINED = CROW_ENABLE_SSL \
|
||||
CROW_ENABLE_COMPRESSION \
|
||||
CROW_ENABLE_DEBUG \
|
||||
CROW_ENABLE_LOGGING
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
# tag can be used to specify a list of macro names that should be expanded. The
|
||||
|
Loading…
Reference in New Issue
Block a user