mirror of
https://github.com/boostorg/beast.git
synced 2025-08-05 15:54:46 +02:00
Documentation tidy
This commit is contained in:
@@ -65,6 +65,7 @@ using is_body = detail::has_value_type<T>;
|
||||
{
|
||||
static_assert(is_body_reader<Body>::value,
|
||||
"Cannot serialize Body, no reader");
|
||||
}
|
||||
@endcode
|
||||
*/
|
||||
#if BEAST_DOXYGEN
|
||||
@@ -111,6 +112,7 @@ struct is_body_reader<T, beast::detail::void_t<
|
||||
{
|
||||
static_assert(is_body_writer<Body>::value,
|
||||
"Cannot parse Body, no writer");
|
||||
}
|
||||
@endcode
|
||||
*/
|
||||
#if BEAST_DOXYGEN
|
||||
|
Reference in New Issue
Block a user