libmicrohttpd

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

commit 5ad10328b31f817c3aad60acfe72bbaebb7570ec
parent 67d953de6426b35725db819513186f220ec35288
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 27 Oct 2014 20:35:53 +0000

-doxygen fix

Diffstat:
Msrc/microhttpd/daemon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -738,7 +738,7 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon, * Main function of the thread that handles an individual * connection when #MHD_USE_THREAD_PER_CONNECTION is set. * - * @param data the 'struct MHD_Connection' this thread will handle + * @param data the `struct MHD_Connection` this thread will handle * @return always 0 */ static MHD_THRD_RTRN_TYPE_ MHD_THRD_CALL_SPEC_