diff options
author | Sven Gothel <[email protected]> | 2020-11-04 14:03:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-11-04 14:03:56 +0100 |
commit | ee20f12669484de9070a5f29f8c1bec272797c91 (patch) | |
tree | 505da349269a052c499c62ab184d9fe401acb19b /Doxyfile.cpp.in | |
parent | f6756f9b57f9849a2aa5490339f7842533e15acb (diff) |
Doxygen: Fix macro '__attribute__((x))' handling
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r-- | Doxyfile.cpp.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in index d101305..cde4c35 100644 --- a/Doxyfile.cpp.in +++ b/Doxyfile.cpp.in @@ -1944,7 +1944,7 @@ ENABLE_PREPROCESSING = YES # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -MACRO_EXPANSION = NO +MACRO_EXPANSION = YES # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then # the macro expansion is limited to the macros specified with the PREDEFINED and @@ -1952,7 +1952,7 @@ MACRO_EXPANSION = NO # The default value is: NO. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -EXPAND_ONLY_PREDEF = NO +EXPAND_ONLY_PREDEF = YES # If the SEARCH_INCLUDES tag is set to YES, the include files in the # INCLUDE_PATH will be searched if a #include is found. @@ -1984,7 +1984,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 = +PREDEFINED = "__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 |