gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 04/10: MHD_get_timeout*(): improved doxy


From: gnunet
Subject: [libmicrohttpd] 04/10: MHD_get_timeout*(): improved doxy
Date: Tue, 31 May 2022 19:38:13 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 92bfeb762ec316d27172cb0c3a3e272dff25a25c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue May 31 19:21:38 2022 +0300

    MHD_get_timeout*(): improved doxy
---
 src/include/microhttpd.h | 4 ++--
 src/microhttpd/daemon.c  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 92a9278f..dcbc7701 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2915,7 +2915,7 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon,
  * polling function.
  *
  * @param daemon daemon to query for timeout
- * @param timeout set to the timeout (in milliseconds)
+ * @param[out] timeout set to the timeout (in milliseconds)
  * @return #MHD_YES on success, #MHD_NO if timeouts are
  *         not used and no data processing is pending.
  * @ingroup event
@@ -2952,7 +2952,7 @@ MHD_get_timeout (struct MHD_Daemon *daemon,
  * polling function.
  *
  * @param daemon daemon to query for timeout
- * @param timeout64 the pointer to the variable to be set to the
+ * @param[out] timeout64 the pointer to the variable to be set to the
  *                  timeout (in milliseconds)
  * @return #MHD_YES if timeout value has been set,
  *         #MHD_NO if timeouts are not used and no data processing is pending.
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8308e6ef..9af79678 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -3917,7 +3917,7 @@ MHD_cleanup_connections (struct MHD_Daemon *daemon)
  * daemon's select()/poll()/etc.
  *
  * @param daemon daemon to query for timeout
- * @param timeout set to the timeout (in milliseconds)
+ * @param[out] timeout set to the timeout (in milliseconds)
  * @return #MHD_YES on success, #MHD_NO if timeouts are
  *         not used and no data processing is pending.
  * @ingroup event
@@ -3969,7 +3969,7 @@ MHD_get_timeout (struct MHD_Daemon *daemon,
  * daemon's select()/poll()/etc.
  *
  * @param daemon daemon to query for timeout
- * @param timeout64 the pointer to the variable to be set to the
+ * @param[out] timeout64 the pointer to the variable to be set to the
  *                  timeout (in milliseconds)
  * @return #MHD_YES if timeout value has been set,
  *         #MHD_NO if timeouts are not used and no data processing is pending.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]