]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix warnnigs from -Wdocumentation
authorJoerg Mayer <[email protected]>
Mon, 26 Mar 2018 18:03:52 +0000 (11:03 -0700)
committerGuy Harris <[email protected]>
Mon, 26 Mar 2018 18:03:52 +0000 (11:03 -0700)
Signed-off-by: Joerg Mayer <[email protected]>
rpcapd/daemon.c

index fe8d75dda1350de104a7b06a6366b201fab84759..e2d89d96b2ad6eb8fe360bff460a65a8a8a87c9b 100755 (executable)
@@ -2361,14 +2361,12 @@ error:
        that can be used to be sent on the network. Basically, it applies all the hton()
        conversion required to the input variable.
 
        that can be used to be sent on the network. Basically, it applies all the hton()
        conversion required to the input variable.
 
-       \param sockaddrin: a 'sockaddr_storage' pointer to the variable that has to be
+       \param sockaddrin a 'sockaddr_storage' pointer to the variable that has to be
        serialized. This variable can be both a 'sockaddr_in' and 'sockaddr_in6'.
 
        serialized. This variable can be both a 'sockaddr_in' and 'sockaddr_in6'.
 
-       \param sockaddrout: an 'rpcap_sockaddr' pointer to the variable that will contain
+       \param sockaddrout an 'rpcap_sockaddr' pointer to the variable that will contain
        the serialized data. This variable has to be allocated by the user.
 
        the serialized data. This variable has to be allocated by the user.
 
-       \return None
-
        \warning This function supports only AF_INET and AF_INET6 address families.
 */
 static void
        \warning This function supports only AF_INET and AF_INET6 address families.
 */
 static void