Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: doc/support/crashpad.doxy

Issue 1278423002: Fix a few pieces of documentation (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/registration_protocol_win.h ('k') | snapshot/win/process_reader_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/support/crashpad.doxy
diff --git a/doc/support/crashpad.doxy b/doc/support/crashpad.doxy
index 16f9ed57e24c507eb294d444fba9568fd200a977..276a79455a95e86416f8c51ac471d060c249e44d 100644
--- a/doc/support/crashpad.doxy
+++ b/doc/support/crashpad.doxy
@@ -1986,7 +1986,10 @@ 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 = DOXYGEN \
+PREDEFINED = ALIGNAS(x)= \
+ DOXYGEN \
+ MSVC_POP_WARNING()= \
+ MSVC_PUSH_DISABLE_WARNING(x)= \
__attribute__(x)=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
« no previous file with comments | « client/registration_protocol_win.h ('k') | snapshot/win/process_reader_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698