MHD_get_timeout*(): improved doxy

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-05-31 20:19:13 +03:00
parent b3b131c6b9
commit 92bfeb762e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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.
+2 -2
View File
@@ -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.