]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Doxygen: Add more C macro names to PREDEFINED.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 8 Sep 2023 16:08:57 +0000 (19:08 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 22 Sep 2023 17:06:27 +0000 (20:06 +0300)
doxygen/Doxyfile

index 20afb528e4f4dfc97525722b7878073d12ddd05e..14350cf44f6466c97b6ff2304e7705091bc3eeca 100644 (file)
@@ -2277,8 +2277,11 @@ INCLUDE_FILE_PATTERNS  =
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
 PREDEFINED             = LZMA_API(type)=type \
-                         LZMA_API_IMPORT \
-                         LZMA_API_CALL=
+                         LZMA_API_IMPORT= \
+                         LZMA_API_CALL= \
+                         tuklib_attr_noreturn= \
+                         lzma_attribute(attr)= \
+                         lzma_attr_alloc_size(size)=
 
 # 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