diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 73613f18..c10f046f 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -2044,7 +2044,11 @@ 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 = SERD_API +PREDEFINED = SERD_API= \ + SERD_CONST_API= \ + SERD_NONNULL= \ + SERD_NULLABLE= \ + SERD_PURE_API # 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 |