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
|
||||
/// functionality for users of the asynchronous I/O objects, such as
|
||||
/// stream_socket, and also to developers of custom asynchronous services. Most
|
||||
/// applications will use the demuxer typedef.
|
||||
/// asio::stream_socket, and also to developers of custom asynchronous
|
||||
/// services. Most applications will use the asio::demuxer typedef.
|
||||
template <typename Demuxer_Service>
|
||||
class basic_demuxer
|
||||
: private boost::noncopyable
|
||||
|
@ -28,7 +28,7 @@ namespace asio {
|
||||
|
||||
/// The basic_dgram_socket class template provides asynchronous and blocking
|
||||
/// datagram-oriented socket functionality. Most applications will use the
|
||||
/// dgram_socket typedef.
|
||||
/// asio::dgram_socket typedef.
|
||||
template <typename Service>
|
||||
class basic_dgram_socket
|
||||
: private boost::noncopyable
|
||||
|
@ -27,8 +27,8 @@ namespace asio {
|
||||
|
||||
/// The basic_locking_dispatcher class template provides the ability to post
|
||||
/// and dispatch handlers with the guarantee that none of those handlers will
|
||||
/// execute concurrently. Most applications will use the locking_dispatcher
|
||||
/// typedef.
|
||||
/// execute concurrently. Most applications will use the
|
||||
/// asio::locking_dispatcher typedef.
|
||||
template <typename Service>
|
||||
class basic_locking_dispatcher
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
namespace asio {
|
||||
|
||||
/// 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>
|
||||
class basic_socket_acceptor
|
||||
: private boost::noncopyable
|
||||
|
@ -27,7 +27,8 @@
|
||||
namespace asio {
|
||||
|
||||
/// 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>
|
||||
class basic_socket_connector
|
||||
: private boost::noncopyable
|
||||
|
@ -28,7 +28,7 @@ namespace asio {
|
||||
|
||||
/// The basic_stream_socket class template provides asynchronous and blocking
|
||||
/// stream-oriented socket functionality. Most applications will use the
|
||||
/// stream_socket typedef.
|
||||
/// asio::stream_socket typedef.
|
||||
template <typename Service>
|
||||
class basic_stream_socket
|
||||
: private boost::noncopyable
|
||||
|
@ -27,7 +27,7 @@
|
||||
namespace asio {
|
||||
|
||||
/// 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>
|
||||
class basic_timer
|
||||
: public timer_base,
|
||||
|
Loading…
Reference in New Issue
Block a user