Browse Source

Doxygen fixes

Evgeny Grin (Karlson2k) 8 years ago
parent
commit
98cd69d190
4 changed files with 14 additions and 9 deletions
  1. 5 0
      ChangeLog
  2. 4 4
      src/include/microhttpd.h
  3. 4 4
      src/microhttpd/daemon.c
  4. 1 1
      src/microhttpd/mhd_threads.h

+ 5 - 0
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
 

+ 4 - 4
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.

+ 4 - 4
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.

+ 1 - 1
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