summaryrefslogtreecommitdiff
path: root/boost/asio/read_until.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/asio/read_until.hpp')
-rw-r--r--boost/asio/read_until.hpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/boost/asio/read_until.hpp b/boost/asio/read_until.hpp
index 7b66b7fe43..f9c1f51323 100644
--- a/boost/asio/read_until.hpp
+++ b/boost/asio/read_until.hpp
@@ -68,9 +68,10 @@ struct is_match_condition
/**
* @defgroup read_until boost::asio::read_until
*
- * @brief Read data into a dynamic buffer sequence, or into a streambuf, until
- * it contains a delimiter, matches a regular expression, or a function object
- * indicates a match.
+ * @brief The @c read_until function is a composed operation that reads data
+ * into a dynamic buffer sequence, or into a streambuf, until it contains a
+ * delimiter, matches a regular expression, or a function object indicates a
+ * match.
*/
/*@{*/
@@ -986,9 +987,10 @@ std::size_t read_until(SyncReadStream& s,
/**
* @defgroup async_read_until boost::asio::async_read_until
*
- * @brief Start an asynchronous operation to read data into a dynamic buffer
- * sequence, or into a streambuf, until it contains a delimiter, matches a
- * regular expression, or a function object indicates a match.
+ * @brief The @c async_read_until function is a composed asynchronous operation
+ * that reads data into a dynamic buffer sequence, or into a streambuf, until
+ * it contains a delimiter, matches a regular expression, or a function object
+ * indicates a match.
*/
/*@{*/