Skip to content

Commit

Permalink
Fix Doxygen warnings after 30385d4
Browse files Browse the repository at this point in the history
Bug: crashpad:167
Change-Id: Ia12abd5298e4a2a3822d6641ef9d19eb05c41f38
Reviewed-on: https://chromium-review.googlesource.com/477012
Reviewed-by: Sigurður Ásgeirsson <[email protected]>
  • Loading branch information
markmentovai committed Apr 13, 2017
1 parent bc7c6e2 commit 5d07d81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handler/handler_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ namespace crashpad {
//! This is exposed so that `crashpad_handler` can be embedded into another
//! binary, but called and used as if it were a standalone executable.
//!
//! \param[in] argc \a argc as passed to `main()`.
//! \param[in] argv \a argv as passed to `main()`.
//! \param[in] user_stream_sources An optional vector containing the
//! extensibility data sources to call on crash. Each time a minidump is
//! created, the sources are called in turn. Any streams returned are added
Expand Down
4 changes: 4 additions & 0 deletions handler/mac/crash_report_exception_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ class CrashReportExceptionHandler : public UniversalMachExcServer::Interface {
//! To interoperate with Breakpad servers, the recommended practice is to
//! specify values for the `"prod"` and `"ver"` keys as process
//! annotations.
//! \param[in] user_stream_data_sources Data sources to be used to extend
//! crash reports. For each crash report that is written, the data sources
//! are called in turn. These data sources may contribute additional
//! minidump streams. `nullptr` if not required.
CrashReportExceptionHandler(
CrashReportDatabase* database,
CrashReportUploadThread* upload_thread,
Expand Down
4 changes: 4 additions & 0 deletions handler/win/crash_report_exception_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ class CrashReportExceptionHandler : public ExceptionHandlerServer::Delegate {
//! To interoperate with Breakpad servers, the recommended practice is to
//! specify values for the `"prod"` and `"ver"` keys as process
//! annotations.
//! \param[in] user_stream_data_sources Data sources to be used to extend
//! crash reports. For each crash report that is written, the data sources
//! are called in turn. These data sources may contribute additional
//! minidump streams. `nullptr` if not required.
CrashReportExceptionHandler(
CrashReportDatabase* database,
CrashReportUploadThread* upload_thread,
Expand Down

0 comments on commit 5d07d81

Please sign in to comment.