mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
Fix Doxygen warnings after 30385d4e4772
Bug: crashpad:167 Change-Id: Ia12abd5298e4a2a3822d6641ef9d19eb05c41f38 Reviewed-on: https://chromium-review.googlesource.com/477012 Reviewed-by: Sigurður Ásgeirsson <siggi@chromium.org>
This commit is contained in:
parent
bc7c6e235d
commit
5d07d81458
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user