mirror of
https://github.com/boostorg/beast.git
synced 2025-08-05 07:44:35 +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,
|
static_assert(is_body_reader<Body>::value,
|
||||||
"Cannot serialize Body, no reader");
|
"Cannot serialize Body, no reader");
|
||||||
|
}
|
||||||
@endcode
|
@endcode
|
||||||
*/
|
*/
|
||||||
#if BEAST_DOXYGEN
|
#if BEAST_DOXYGEN
|
||||||
@@ -111,6 +112,7 @@ struct is_body_reader<T, beast::detail::void_t<
|
|||||||
{
|
{
|
||||||
static_assert(is_body_writer<Body>::value,
|
static_assert(is_body_writer<Body>::value,
|
||||||
"Cannot parse Body, no writer");
|
"Cannot parse Body, no writer");
|
||||||
|
}
|
||||||
@endcode
|
@endcode
|
||||||
*/
|
*/
|
||||||
#if BEAST_DOXYGEN
|
#if BEAST_DOXYGEN
|
||||||
|
Reference in New Issue
Block a user