aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-17 20:54:39 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-17 20:54:39 +0300
commit4f019420382b6f1769670a1dcb9cf792924253d6 (patch)
treebbb6571fb223eea4b51246e06b0914e9ff8bce56
parent31360bbd07d2a8b0f1f0af9dc66cc2c0cd879c00 (diff)
downloadlibmicrohttpd-4f019420382b6f1769670a1dcb9cf792924253d6.tar.gz
libmicrohttpd-4f019420382b6f1769670a1dcb9cf792924253d6.zip
microhttpd.h: minor doxy fixes
-rw-r--r--src/include/microhttpd.h6
-rw-r--r--src/microhttpd/daemon.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index aedef5de..a6032d8b 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2743,7 +2743,7 @@ MHD_add_connection (struct MHD_Daemon *daemon,
2743 * before calling this function. FD_SETSIZE is assumed 2743 * before calling this function. FD_SETSIZE is assumed
2744 * to be platform's default. 2744 * to be platform's default.
2745 * 2745 *
2746 * This function should only be called only when MHD is configured to 2746 * This function should be called only when MHD is configured to
2747 * use "external" sockets polling with 'select()' or with 'epoll'. 2747 * use "external" sockets polling with 'select()' or with 'epoll'.
2748 * In the latter case, it will only add the single 'epoll' file 2748 * In the latter case, it will only add the single 'epoll' file
2749 * descriptor used by MHD to the sets. 2749 * descriptor used by MHD to the sets.
@@ -2784,7 +2784,7 @@ MHD_get_fdset (struct MHD_Daemon *daemon,
2784 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of 2784 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of
2785 * larger/smaller than platform's default fd_sets. 2785 * larger/smaller than platform's default fd_sets.
2786 * 2786 *
2787 * This function should only be called only when MHD is configured to 2787 * This function should be called only when MHD is configured to
2788 * use "external" sockets polling with 'select()' or with 'epoll'. 2788 * use "external" sockets polling with 'select()' or with 'epoll'.
2789 * In the latter case, it will only add the single 'epoll' file 2789 * In the latter case, it will only add the single 'epoll' file
2790 * descriptor used by MHD to the sets. 2790 * descriptor used by MHD to the sets.
@@ -2825,7 +2825,7 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon,
2825 * before calling this function. Size of fd_set is 2825 * before calling this function. Size of fd_set is
2826 * determined by current value of FD_SETSIZE. 2826 * determined by current value of FD_SETSIZE.
2827 * 2827 *
2828 * This function should only be called only when MHD is configured to 2828 * This function should be called only when MHD is configured to
2829 * use "external" sockets polling with 'select()' or with 'epoll'. 2829 * use "external" sockets polling with 'select()' or with 'epoll'.
2830 * In the latter case, it will only add the single 'epoll' file 2830 * In the latter case, it will only add the single 'epoll' file
2831 * descriptor used by MHD to the sets. 2831 * descriptor used by MHD to the sets.
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 0c9ee2e8..9f220263 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -700,7 +700,7 @@ MHD_TLS_init (struct MHD_Daemon *daemon)
700 * before calling this function. FD_SETSIZE is assumed 700 * before calling this function. FD_SETSIZE is assumed
701 * to be platform's default. 701 * to be platform's default.
702 * 702 *
703 * This function should only be called only when MHD is configured to 703 * This function should be called only when MHD is configured to
704 * use "external" sockets polling with 'select()' or with 'epoll'. 704 * use "external" sockets polling with 'select()' or with 'epoll'.
705 * In the latter case, it will only add the single 'epoll' file 705 * In the latter case, it will only add the single 'epoll' file
706 * descriptor used by MHD to the sets. 706 * descriptor used by MHD to the sets.
@@ -1107,7 +1107,7 @@ internal_get_fdset2 (struct MHD_Daemon *daemon,
1107 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of 1107 * Passing custom FD_SETSIZE as @a fd_setsize allow usage of
1108 * larger/smaller than platform's default fd_sets. 1108 * larger/smaller than platform's default fd_sets.
1109 * 1109 *
1110 * This function should only be called only when MHD is configured to 1110 * This function should be called only when MHD is configured to
1111 * use "external" sockets polling with 'select()' or with 'epoll'. 1111 * use "external" sockets polling with 'select()' or with 'epoll'.
1112 * In the latter case, it will only add the single 'epoll' file 1112 * In the latter case, it will only add the single 'epoll' file
1113 * descriptor used by MHD to the sets. 1113 * descriptor used by MHD to the sets.