Tidy up docs

This commit is contained in:
Vinnie Falco
2019-03-05 12:05:00 -08:00
parent 9f2b0ce1db
commit e073a9e7fc
59 changed files with 554 additions and 605 deletions
+3 -3
View File
@@ -23,7 +23,7 @@ namespace boost {
namespace beast {
namespace http {
/** A @b Body using a caller provided buffer
/** A <em>Body</em> using a caller provided buffer
Messages using this body type may be serialized and parsed.
To use this class, the caller must initialize the members
@@ -94,7 +94,7 @@ struct buffer_body
/** The algorithm for parsing the body
Meets the requirements of @b BodyReader.
Meets the requirements of <em>BodyReader</em>.
*/
#if BOOST_BEAST_DOXYGEN
using reader = __implementation_defined__;
@@ -150,7 +150,7 @@ struct buffer_body
/** The algorithm for serializing the body
Meets the requirements of @b BodyWriter.
Meets the requirements of <em>BodyWriter</em>.
*/
#if BOOST_BEAST_DOXYGEN
using writer = __implementation_defined__;