summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68>2019-05-04 11:48:09 +0000
committerjailletc36 <jailletc36@13f79535-47bb-0310-9956-ffa450edef68>2019-05-04 11:48:09 +0000
commitf74052ee2ddb50604ef3da9a09d27c796945c301 (patch)
tree72bbe2622d1d5d13b994f108b2193dc764223e51
parent85cc657d1964b5959d92fb1bdc2dad55ecd6df1a (diff)
downloadlibapr-f74052ee2ddb50604ef3da9a09d27c796945c301.tar.gz
Fix some missing doxygen documentation (even if ready to use!)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1858596 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_network_io.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 733bf5a17..1c572fbef 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -441,7 +441,8 @@ APR_DECLARE(apr_status_t) apr_sockaddr_info_copy(apr_sockaddr_t **dst,
const apr_sockaddr_t *src,
apr_pool_t *p);
-/* Set the zone of an IPv6 link-local address object.
+/**
+ * Set the zone of an IPv6 link-local address object.
* @param sa Socket address object
* @param zone_id Zone ID (textual "eth0" or numeric "3").
* @return Returns APR_EBADIP for non-IPv6 socket or an IPv6 address
@@ -451,7 +452,8 @@ APR_DECLARE(apr_status_t) apr_sockaddr_zone_set(apr_sockaddr_t *sa,
const char *zone_id);
-/* Retrieve the zone of an IPv6 link-local address object.
+/**
+ * Retrieve the zone of an IPv6 link-local address object.
* @param sa Socket address object
* @param name If non-NULL, set to the textual representation of the zone id
* @param id If non-NULL, set to the integer zone id