summaryrefslogtreecommitdiff
path: root/boost/asio/write.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/asio/write.hpp')
-rw-r--r--boost/asio/write.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/boost/asio/write.hpp b/boost/asio/write.hpp
index 50095dbdf7..e3f4d09cb7 100644
--- a/boost/asio/write.hpp
+++ b/boost/asio/write.hpp
@@ -33,7 +33,8 @@ namespace asio {
/**
* @defgroup write boost::asio::write
*
- * @brief Write a certain amount of data to a stream before returning.
+ * @brief The @c write function is a composed operation that writes a certain
+ * amount of data to a stream before returning.
*/
/*@{*/
@@ -533,8 +534,8 @@ std::size_t write(SyncWriteStream& s, basic_streambuf<Allocator>& b,
/**
* @defgroup async_write boost::asio::async_write
*
- * @brief Start an asynchronous operation to write a certain amount of data to a
- * stream.
+ * @brief The @c async_write function is a composed asynchronous operation that
+ * writes a certain amount of data to a stream before completion.
*/
/*@{*/