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

Unified Diff: client/registration_protocol_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 | « client/crashpad_client_win.cc ('k') | doc/support/crashpad.doxy » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/registration_protocol_win.h
diff --git a/client/registration_protocol_win.h b/client/registration_protocol_win.h
index 75a58051eb68b1dc4488b1858fc450745149392b..68eaa76c3c51adda1c7a3d2f52169b8b78a2a5da 100644
--- a/client/registration_protocol_win.h
+++ b/client/registration_protocol_win.h
@@ -34,10 +34,12 @@ struct RegistrationRequest {
#pragma pack(pop)
#pragma pack(push, 1)
-//! \brief A client registration response. See
-//! https://msdn.microsoft.com/en-us/library/windows/desktop/aa384203 for
-//! details on communicating handle values between 32-bit and 64-bit
-//! processes.
+//! \brief A client registration response.
+//!
+//! See <a
+//! href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa384203">Interprocess
+//! Communication Between 32-bit and 64-bit Applications</a> for details on
+//! communicating handle values between processes of varying bitness.
struct RegistrationResponse {
//! \brief An event `HANDLE`, valid in the client process, that should be
//! signaled to request a crash report. 64-bit clients should convert the
« no previous file with comments | « client/crashpad_client_win.cc ('k') | doc/support/crashpad.doxy » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698