| Index: snapshot/win/process_reader_win.h
|
| diff --git a/snapshot/win/process_reader_win.h b/snapshot/win/process_reader_win.h
|
| index a60fdac49fc7e1d0394b8c1b39746accc274cb71..3ef738adcffaa3d4ad3443d9282a4b11404b385f 100644
|
| --- a/snapshot/win/process_reader_win.h
|
| +++ b/snapshot/win/process_reader_win.h
|
| @@ -26,7 +26,7 @@
|
|
|
| namespace crashpad {
|
|
|
| -//! \brief Accesses information about another process, identified by a HANDLE.
|
| +//! \brief Accesses information about another process, identified by a `HANDLE`.
|
| class ProcessReaderWin {
|
| public:
|
| //! \brief Contains information about a thread that belongs to a process.
|
| @@ -50,8 +50,8 @@ class ProcessReaderWin {
|
| //! \brief Initializes this object. This method must be called before any
|
| //! other.
|
| //!
|
| - //! \param[in] process Process handle, must have PROCESS_QUERY_INFORMATION,
|
| - //! PROCESS_VM_READ, and PROCESS_DUP_HANDLE access.
|
| + //! \param[in] process Process handle, must have `PROCESS_QUERY_INFORMATION`,
|
| + //! `PROCESS_VM_READ`, and `PROCESS_DUP_HANDLE` access.
|
| //!
|
| //! \return `true` on success, indicating that this object will respond
|
| //! validly to further method calls. `false` on failure. On failure, no
|
|
|