forked from boostorg/beast
Tidy up docs
This commit is contained in:
@@ -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__;
|
||||
|
||||
Reference in New Issue
Block a user