mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Tell doxygen not to pay attention to __attribute__.
This commit is contained in:
parent
2329f8a28c
commit
85accdf00a
@ -2107,7 +2107,9 @@ INCLUDE_FILE_PATTERNS =
|
|||||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||||
|
|
||||||
PREDEFINED = "MOCK_IMPL(a,b,c)=a b c" \
|
PREDEFINED = "MOCK_IMPL(a,b,c)=a b c" \
|
||||||
"MOCK_DECL(a,b,c)=a b c"
|
"MOCK_DECL(a,b,c)=a b c" \
|
||||||
|
__attribute__(x)=
|
||||||
|
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
# 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
|
# tag can be used to specify a list of macro names that should be expanded. The
|
||||||
|
Loading…
Reference in New Issue
Block a user