mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Hide COMPILE_ASSERT from Doxygen, which doesn’t otherwise understand it.
R=rsesek@chromium.org Review URL: https://codereview.chromium.org/467383002
This commit is contained in:
parent
e0a79bec5e
commit
2a6927614c
@ -1943,7 +1943,8 @@ 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 = __attribute__(x)=
|
||||
PREDEFINED = COMPILE_ASSERT(a,b)= \
|
||||
__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
|
||||
|
Loading…
x
Reference in New Issue
Block a user