Skip to content

Commit

Permalink
Fix doxygen.cfg
Browse files Browse the repository at this point in the history
Add JWT_EXPORT and DEPRECATED macros to the PREDEFINED tag in
doxygen.cfg file.
  • Loading branch information
bobeff committed Oct 31, 2017
1 parent 5bc64d9 commit 3f57f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen.cfg
Expand Up @@ -2037,7 +2037,7 @@ 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 = _DOXYGEN
PREDEFINED = _DOXYGEN JWT_EXPORT= DEPRECATED(x)=x __attribute__(x)=

# 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
Expand Down

0 comments on commit 3f57f97

Please sign in to comment.