From 8e6fb759dd011600c8135608b3e8bd5243507268 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 4 Jul 2017 17:51:38 -0700 Subject: [PATCH] Documentation tidy --- include/beast/http/type_traits.hpp | 2 ++ 1 file changed, 2 insertions(+) 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