From b31d171ae87dabe8026934c60b1a1195dddd32a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Mar 2015 11:21:29 +0100 Subject: *: doxygen fixups --- src/net/Resolver.hxx | 3 --- src/net/SocketUtil.hxx | 1 - 2 files changed, 4 deletions(-) (limited to 'src/net') 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 -- cgit v1.2.3