Allow Doxygen to document functions that are only accessible via macro

This commit is contained in:
The-EDev 2022-04-27 05:58:40 +03:00
parent 2619f3a358
commit eeb74b389a
No known key found for this signature in database
GPG Key ID: 51C45DC0C413DCD9

View File

@ -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