summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-01 04:32:26 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2002-12-01 04:32:26 +0000
commit24ba3bde5a05462b63b8dff5c59e0be396e412c3 (patch)
tree3b715debcf8a47ef96ca023f2b437bc2e59892c8
parentf8442bb12607037a243a9a9b2adf2d6070761cd6 (diff)
downloadlibapr-24ba3bde5a05462b63b8dff5c59e0be396e412c3.tar.gz
Fix the docs for apr_bind.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64109 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_network_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index cd4ff2585..dcd560dab 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -345,7 +345,7 @@ APR_DECLARE(apr_status_t) apr_socket_close(apr_socket_t *thesocket);
APR_DECLARE(apr_status_t) apr_socket_bind(apr_socket_t *sock,
apr_sockaddr_t *sa);
-/* @deprecated @see apr_socket_bind */
+/** @deprecated @see apr_socket_bind */
APR_DECLARE(apr_status_t) apr_bind(apr_socket_t *sock, apr_sockaddr_t *sa);
/**