From 2a6927614c3d039560c279967dd8e2443681e8a1 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Wed, 13 Aug 2014 15:28:23 -0700 Subject: [PATCH] =?UTF-8?q?Hide=20COMPILE=5FASSERT=20from=20Doxygen,=20whi?= =?UTF-8?q?ch=20doesn=E2=80=99t=20otherwise=20understand=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit R=rsesek@chromium.org Review URL: https://codereview.chromium.org/467383002 --- crashpad.doxy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crashpad.doxy b/crashpad.doxy index 0114a346..ea085cfd 100644 --- a/crashpad.doxy +++ b/crashpad.doxy @@ -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