gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 04/04: Doxygen fixes


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 04/04: Doxygen fixes
Date: Mon, 11 Dec 2017 15:14:23 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 98cd69d190fa36a9f735312055a84359073407f5
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Dec 11 16:10:18 2017 +0300

    Doxygen fixes
---
 ChangeLog                    | 5 +++++
 src/include/microhttpd.h     | 8 ++++----
 src/microhttpd/daemon.c      | 8 ++++----
 src/microhttpd/mhd_threads.h | 2 +-
 4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1a20b591..c2ea8614 100644
--- 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
index 011285c3..303d7824 100644
--- 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
index cf27a885..56cd4538 100644
--- 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
index 3778ad09..6d69b9ed 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]