diff --git a/include/beast/http/type_traits.hpp b/include/beast/http/type_traits.hpp index c81f16f7..e73817a8 100644 --- a/include/beast/http/type_traits.hpp +++ b/include/beast/http/type_traits.hpp @@ -65,6 +65,7 @@ using is_body = detail::has_value_type; { static_assert(is_body_reader::value, "Cannot serialize Body, no reader"); + } @endcode */ #if BEAST_DOXYGEN @@ -111,6 +112,7 @@ struct is_body_reader::value, "Cannot parse Body, no writer"); + } @endcode */ #if BEAST_DOXYGEN