From 13d21062573f038b09396b5aeabf763b82bbea21 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Tue, 20 Jun 2017 11:54:11 -0400 Subject: [PATCH] Update documentation to master b42854dfe134 --- doc/generated/doxygen/namespacecrashpad.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/generated/doxygen/namespacecrashpad.html b/doc/generated/doxygen/namespacecrashpad.html index 3a89160f..dea3ba63 100644 --- a/doc/generated/doxygen/namespacecrashpad.html +++ b/doc/generated/doxygen/namespacecrashpad.html @@ -966,7 +966,7 @@ template<typename To , typename From >   template<typename From , typename To > bool ReinterpretBytes (const From &from, To *to) - Copies the bytes of from to . More...
+ Copies the bytes of from to to. More...
  int ZlibWindowBitsWithGzipWrapper (int window_bits)  Obtain a window_bits parameter to pass to deflateInit2() or inflateInit2() that specifies a gzip wrapper instead of the default zlib wrapper. More...
@@ -5646,7 +5646,7 @@ template<typename From , typename To >
-

Copies the bytes of from to .

+

Copies the bytes of from to to.

This function is similar to bit_cast, except that it can operate on differently sized types.

Returns
true if the copy is possible without information loss, otherwise false with a message logged.