diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-09-08 19:08:57 +0300 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-10-31 01:03:25 +0800 |
commit | e515643d7524851d1eb7dab73453e26d8521324c (patch) | |
tree | 22ef00fa6a05aa248ee1f6bfe57bf56b07f7dc26 | |
parent | liblzma: Move a few __attribute__ uses in function declarations. (diff) | |
download | xz-e515643d7524851d1eb7dab73453e26d8521324c.tar.xz |
Doxygen: Add more C macro names to PREDEFINED.
Diffstat (limited to '')
-rw-r--r-- | doxygen/Doxyfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index 20afb528..14350cf4 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -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 |