From 3ea517298217c85c284d5ef9aef0003c4be22d33 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Mon, 2 Nov 2015 12:19:44 -0500 Subject: [PATCH] win: Let Doxygen see CRASHPAD_SIMULATE_CRASH() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doxygen doesn’t generate documentation for macros unless the file that defines it has a \file directive. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/1406253009 . --- client/simulate_crash_win.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/simulate_crash_win.h b/client/simulate_crash_win.h index 81c0af93..a20f3dad 100644 --- a/client/simulate_crash_win.h +++ b/client/simulate_crash_win.h @@ -20,6 +20,8 @@ #include "client/crashpad_client.h" #include "util/win/capture_context.h" +//! \file + //! \brief Captures the CPU context and captures a dump without an exception. #define CRASHPAD_SIMULATE_CRASH() \ do { \