libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 98cd69d190fa36a9f735312055a84359073407f5
parent ad1c53a27428f18195226398b24881e72b6c4cf5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 11 Dec 2017 16:10:18 +0300

Doxygen fixes

Diffstat:
MChangeLog | 5+++++
Msrc/include/microhttpd.h | 8++++----
Msrc/microhttpd/daemon.c | 8++++----
Msrc/microhttpd/mhd_threads.h | 2+-
4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 11 17:11:00 MSK 2017 + Fixed tests on platforms with huge number of CPUs. + Doxygen configuration was updated. + Various doxygen fixes. -EG + Mon Dec 07 21:08:00 MSK 2017 Releasing GNU libmicrohttpd 0.9.58. -EG diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -2227,8 +2227,8 @@ MHD_add_connection (struct MHD_Daemon *daemon, * to be platform's default. * * This function should only be called in when MHD is configured to - * use external select with @code{select()} or with @code{epoll()}. - * In the latter case, it will only add the single @code{epoll()} file + * use external select with 'select()' or with 'epoll'. + * In the latter case, it will only add the single 'epoll()' file * descriptor used by MHD to the sets. * It's necessary to use #MHD_get_timeout() in combination with * this function. @@ -2266,8 +2266,8 @@ MHD_get_fdset (struct MHD_Daemon *daemon, * larger/smaller than platform's default fd_sets. * * This function should only be called in when MHD is configured to - * use external select with @code{select()} or with @code{epoll()}. - * In the latter case, it will only add the single @code{epoll()} file + * use external select with 'select()' or with 'epoll'. + * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets. * It's necessary to use #MHD_get_timeout() in combination with * this function. diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -604,8 +604,8 @@ MHD_TLS_init (struct MHD_Daemon *daemon) * to be platform's default. * * This function should only be called in when MHD is configured to - * use external select with @code{select()} or with @code{epoll()}. - * In the latter case, it will only add the single @code{epoll()} file + * use external select with 'select()' or with 'epoll'. + * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets. * It's necessary to use #MHD_get_timeout() in combination with * this function. @@ -1001,8 +1001,8 @@ internal_get_fdset2 (struct MHD_Daemon *daemon, * larger/smaller than platform's default fd_sets. * * This function should only be called in when MHD is configured to - * use external select with @code{select()} or with @code{epoll()}. - * In the latter case, it will only add the single @code{epoll()} file + * use external select with 'select()' or with 'epoll'. + * In the latter case, it will only add the single 'epoll' file * descriptor used by MHD to the sets. * It's necessary to use #MHD_get_timeout() in combination with * this function. diff --git a/src/microhttpd/mhd_threads.h b/src/microhttpd/mhd_threads.h @@ -190,7 +190,7 @@ typedef MHD_THRD_RTRN_TYPE_ /** * Create a thread and set the attributes according to our options. * - * If thread is created, thread handle must be freed by #MHD_join_thread_(). + * If thread is created, thread handle must be freed by MHD_join_thread_(). * * @param thread handle to initialize * @param stack_size size of stack for new thread, 0 for default