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

Unified Diff: snapshot/win/process_reader_win.h

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 | « doc/support/crashpad.doxy ('k') | util/file/file_seeker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « doc/support/crashpad.doxy ('k') | util/file/file_seeker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698