Tidy up doc declarations

This commit is contained in:
Vinnie Falco
2017-05-01 08:52:02 -07:00
parent 7407e3adc3
commit 44714e3f04
4 changed files with 4 additions and 4 deletions

View File

@@ -400,7 +400,7 @@ public:
std::size_t
write(ConstBufferSequence const& buffers, error_code& ec);
#if ! GENERATING_DOCS
#if ! BEAST_DOXYGEN
std::size_t
write(boost::asio::const_buffers_1 const& buffer,
error_code& ec);

View File

@@ -32,7 +32,7 @@ public:
using value_type = typename Policy::value_type;
/// A constant iterator to a list element.
#if GENERATING_DOCS
#if BEAST_DOXYGEN
using const_iterator = implementation_defined;
#else
class const_iterator;

View File

@@ -81,7 +81,7 @@ public:
resolution only if the first argument is not a
@ref http::header_parser or @ref message_parser.
*/
#if GENERATING_DOCS
#if BEAST_DOXYGEN
template<class... Args>
explicit
msesage_parser(Args&&... args);

View File

@@ -179,7 +179,7 @@ template<
class DynamicBuffer,
bool isRequest, bool isDirect, class Derived,
class ReadHandler>
#if GENERATING_DOCS
#if BEAST_DOXYGEN
void_or_deduced
#else
typename async_completion<