*: doxygen fixups
This commit is contained in:
@@ -36,9 +36,6 @@ extern const Domain resolver_domain;
|
||||
/**
|
||||
* Converts the specified socket address into a string in the form
|
||||
* "IP:PORT".
|
||||
*
|
||||
* @param sa the sockaddr struct
|
||||
* @param length the length of #sa in bytes
|
||||
*/
|
||||
gcc_pure
|
||||
std::string
|
||||
|
@@ -37,7 +37,6 @@ class Error;
|
||||
* @param type the socket type, e.g. SOCK_STREAM
|
||||
* @param protocol the protocol, usually 0 to let the kernel choose
|
||||
* @param address the address to listen on
|
||||
* @param address_length the size of #address
|
||||
* @param backlog the backlog parameter for the listen() system call
|
||||
* @param error location to store the error occurring, or NULL to
|
||||
* ignore errors
|
||||
|
Reference in New Issue
Block a user