microhttpd2.h: minor doxy corrections

This commit is contained in:
Evgeny Grin (Karlson2k)
2025-01-17 15:28:57 +01:00
parent fb9fa457db
commit c0b6163b48
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -9166,7 +9166,7 @@ enum MHD_DaemonInfoFixedType
{
/**
* Request the port number of daemon's listen socket.
* Get the port number of daemon's listen socket.
* Note: if port '0' (auto port) was specified for #MHD_D_OPTION_BIND_PORT(),
* returned value will be the real port number.
* The function returns #MHD_SC_INFO_GET_TYPE_NOT_APPLICABLE if the daemon
@@ -9179,7 +9179,7 @@ enum MHD_DaemonInfoFixedType
MHD_DAEMON_INFO_FIXED_BIND_PORT = 1
,
/**
* Request the file descriptor for the listening socket.
* Get the file descriptor for the listening socket.
* The provided socket must be used as 'read-only': only select() or similar
* functions should be used. Any modifications (changing socket attributes,
* calling accept(), closing it etc.) will lead to undefined behaviour.
@@ -9190,7 +9190,7 @@ enum MHD_DaemonInfoFixedType
MHD_DAEMON_INFO_FIXED_LISTEN_SOCKET = 2
,
/**
* Request the file descriptor for the single FD that triggered when
* Get the file descriptor for the single FD that triggered when
* any MHD event happens.
* This FD can be watched as aggregate indicator for all MHD events.
* The provided socket must be used as 'read-only': only select() or similar
+3 -3
View File
@@ -4544,7 +4544,7 @@ enum MHD_DaemonInfoFixedType
{
/**
* Request the port number of daemon's listen socket.
* Get the port number of daemon's listen socket.
* Note: if port '0' (auto port) was specified for #MHD_D_OPTION_BIND_PORT(),
* returned value will be the real port number.
* The function returns #MHD_SC_INFO_GET_TYPE_NOT_APPLICABLE if the daemon
@@ -4557,7 +4557,7 @@ enum MHD_DaemonInfoFixedType
MHD_DAEMON_INFO_FIXED_BIND_PORT = 1
,
/**
* Request the file descriptor for the listening socket.
* Get the file descriptor for the listening socket.
* The provided socket must be used as 'read-only': only select() or similar
* functions should be used. Any modifications (changing socket attributes,
* calling accept(), closing it etc.) will lead to undefined behaviour.
@@ -4568,7 +4568,7 @@ enum MHD_DaemonInfoFixedType
MHD_DAEMON_INFO_FIXED_LISTEN_SOCKET = 2
,
/**
* Request the file descriptor for the single FD that triggered when
* Get the file descriptor for the single FD that triggered when
* any MHD event happens.
* This FD can be watched as aggregate indicator for all MHD events.
* The provided socket must be used as 'read-only': only select() or similar