Fix documentation issue #49

This commit is contained in:
Peter Dimov
2023-10-20 01:57:54 +03:00
parent 7b06daf290
commit 927c598c84

View File

@ -52,10 +52,9 @@ its value is never read, there would be no undefined behavior.
### Header `<boost/endian/conversion.hpp>` Synopsis ### Header `<boost/endian/conversion.hpp>` Synopsis
[subs=+quotes]
``` ```
#define BOOST_ENDIAN_INTRINSIC_MSG \ #define BOOST_ENDIAN_INTRINSIC_MSG \
"`message describing presence or absence of intrinsics`" "message describing presence or absence of intrinsics"
namespace boost namespace boost
{ {
@ -63,9 +62,9 @@ namespace endian
{ {
enum class order enum class order
{ {
native = `see below`, native = /* see below */,
big = `see below`, big = /* see below */,
little = `see below`, little = /* see below */,
}; };
// Byte reversal functions // Byte reversal functions