summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 10:49:36 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 10:49:36 +0000
commit1901dd3ca461ea90f0acdb282eca306f11611715 (patch)
treed302424cb7677da8c0e348979b9b4c67ad25ccb1 /include/apr_network_io.h
parent7c0d87a08281a3b56f441ea9bfbbeab9486d0b49 (diff)
downloadlibapr-1901dd3ca461ea90f0acdb282eca306f11611715.tar.gz
Fixes various doxygen usage warnings and minor doxygen errors.
Submitted by: Neil Conway <nrc@cs.berkeley.edu> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@896382 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 690be8553..f45427c47 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -380,7 +380,7 @@ APR_DECLARE(apr_status_t) apr_socket_connect(apr_socket_t *sock,
* return APR_EOF), if the socket's receive buffer is empty. This
* function does not block waiting for I/O.
*
- * @param socket The socket to check
+ * @param sock The socket to check
* @param atreadeof If APR_SUCCESS is returned, *atreadeof is set to
* non-zero if a subsequent read would return APR_EOF
* @return an error is returned if it was not possible to determine the
@@ -553,9 +553,10 @@ APR_DECLARE(apr_status_t) apr_socket_sendto(apr_socket_t *sock,
/**
* Read data from a socket. On success, the address of the peer from
- * which the data was sent is copied into the @param from parameter,
- * and the @param len parameter is updated to give the number of bytes
- * written to @param buf.
+ * which the data was sent is copied into the @a from parameter, and the
+ * @a len parameter is updated to give the number of bytes written to
+ * @a buf.
+ *
* @param from Updated with the address from which the data was received
* @param sock The socket to use
* @param flags The flags to use