Some improvements to doxygen comments.
This commit is contained in:
parent
044fa013fb
commit
69aac1be3e
@ -32,8 +32,8 @@ namespace asio {
|
|||||||
|
|
||||||
/// The basic_demuxer class template provides the core event demultiplexing
|
/// The basic_demuxer class template provides the core event demultiplexing
|
||||||
/// functionality for users of the asynchronous I/O objects, such as
|
/// functionality for users of the asynchronous I/O objects, such as
|
||||||
/// stream_socket, and also to developers of custom asynchronous services. Most
|
/// asio::stream_socket, and also to developers of custom asynchronous
|
||||||
/// applications will use the demuxer typedef.
|
/// services. Most applications will use the asio::demuxer typedef.
|
||||||
template <typename Demuxer_Service>
|
template <typename Demuxer_Service>
|
||||||
class basic_demuxer
|
class basic_demuxer
|
||||||
: private boost::noncopyable
|
: private boost::noncopyable
|
||||||
|
@ -28,7 +28,7 @@ namespace asio {
|
|||||||
|
|
||||||
/// The basic_dgram_socket class template provides asynchronous and blocking
|
/// The basic_dgram_socket class template provides asynchronous and blocking
|
||||||
/// datagram-oriented socket functionality. Most applications will use the
|
/// datagram-oriented socket functionality. Most applications will use the
|
||||||
/// dgram_socket typedef.
|
/// asio::dgram_socket typedef.
|
||||||
template <typename Service>
|
template <typename Service>
|
||||||
class basic_dgram_socket
|
class basic_dgram_socket
|
||||||
: private boost::noncopyable
|
: private boost::noncopyable
|
||||||
|
@ -27,8 +27,8 @@ namespace asio {
|
|||||||
|
|
||||||
/// The basic_locking_dispatcher class template provides the ability to post
|
/// The basic_locking_dispatcher class template provides the ability to post
|
||||||
/// and dispatch handlers with the guarantee that none of those handlers will
|
/// and dispatch handlers with the guarantee that none of those handlers will
|
||||||
/// execute concurrently. Most applications will use the locking_dispatcher
|
/// execute concurrently. Most applications will use the
|
||||||
/// typedef.
|
/// asio::locking_dispatcher typedef.
|
||||||
template <typename Service>
|
template <typename Service>
|
||||||
class basic_locking_dispatcher
|
class basic_locking_dispatcher
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
namespace asio {
|
namespace asio {
|
||||||
|
|
||||||
/// The basic_socket_acceptor class template is used for accepting new socket
|
/// The basic_socket_acceptor class template is used for accepting new socket
|
||||||
/// connections. Most applications would use the socket_acceptor typedef.
|
/// connections. Most applications would use the asio::socket_acceptor typedef.
|
||||||
template <typename Service>
|
template <typename Service>
|
||||||
class basic_socket_acceptor
|
class basic_socket_acceptor
|
||||||
: private boost::noncopyable
|
: private boost::noncopyable
|
||||||
|
@ -27,7 +27,8 @@
|
|||||||
namespace asio {
|
namespace asio {
|
||||||
|
|
||||||
/// The basic_socket_connector class template is used to connect a socket to a
|
/// The basic_socket_connector class template is used to connect a socket to a
|
||||||
/// remote endpoint. Most applications will use the socket_connector typedef.
|
/// remote endpoint. Most applications will use the asio::socket_connector
|
||||||
|
/// typedef.
|
||||||
template <typename Service>
|
template <typename Service>
|
||||||
class basic_socket_connector
|
class basic_socket_connector
|
||||||
: private boost::noncopyable
|
: private boost::noncopyable
|
||||||
|
@ -28,7 +28,7 @@ namespace asio {
|
|||||||
|
|
||||||
/// The basic_stream_socket class template provides asynchronous and blocking
|
/// The basic_stream_socket class template provides asynchronous and blocking
|
||||||
/// stream-oriented socket functionality. Most applications will use the
|
/// stream-oriented socket functionality. Most applications will use the
|
||||||
/// stream_socket typedef.
|
/// asio::stream_socket typedef.
|
||||||
template <typename Service>
|
template <typename Service>
|
||||||
class basic_stream_socket
|
class basic_stream_socket
|
||||||
: private boost::noncopyable
|
: private boost::noncopyable
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
namespace asio {
|
namespace asio {
|
||||||
|
|
||||||
/// The basic_timer class template provides asynchronous timer functionality.
|
/// The basic_timer class template provides asynchronous timer functionality.
|
||||||
/// Most applications will use the timer typedef.
|
/// Most applications will use the asio::timer typedef.
|
||||||
template <typename Service>
|
template <typename Service>
|
||||||
class basic_timer
|
class basic_timer
|
||||||
: public timer_base,
|
: public timer_base,
|
||||||
|
Loading…
Reference in New Issue
Block a user