0
0
mirror of https://github.com/chromium/crashpad.git synced 2025-03-31 12:22:23 +00:00

Merge master b42854dfe134 into doc

This commit is contained in:
Mark Mentovai 2017-06-20 11:54:06 -04:00
commit 55330f24a9

@ -28,7 +28,7 @@ bool ReinterpretBytesImpl(const char* from,
} // namespace internal } // namespace internal
//! \brief Copies the bytes of \a from to \to. //! \brief Copies the bytes of \a from to \a to.
//! //!
//! This function is similar to `bit_cast`, except that it can operate on //! This function is similar to `bit_cast`, except that it can operate on
//! differently sized types. //! differently sized types.