aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-17 11:21:29 +0100
committerMax Kellermann <max@duempel.org>2015-03-17 11:21:43 +0100
commitb31d171ae87dabe8026934c60b1a1195dddd32a2 (patch)
treea2ccb96a730049950f1f94df22b9147220dd16fc /src/net
parent085f06594c38333536040d19eec21240cf98b12c (diff)
downloadmpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.gz
mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.tar.xz
mpd-b31d171ae87dabe8026934c60b1a1195dddd32a2.zip
*: doxygen fixups
Diffstat (limited to 'src/net')
-rw-r--r--src/net/Resolver.hxx3
-rw-r--r--src/net/SocketUtil.hxx1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/net/Resolver.hxx b/src/net/Resolver.hxx
index 7567983f0..28d2c784b 100644
--- a/src/net/Resolver.hxx
+++ b/src/net/Resolver.hxx
@@ -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
diff --git a/src/net/SocketUtil.hxx b/src/net/SocketUtil.hxx
index c0a0c95db..e7f6b8eaa 100644
--- a/src/net/SocketUtil.hxx
+++ b/src/net/SocketUtil.hxx
@@ -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