gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36563 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r36563 - libmicrohttpd/src/microhttpd
Date: Sun, 25 Oct 2015 13:47:52 +0100

Author: grothoff
Date: 2015-10-25 13:47:51 +0100 (Sun, 25 Oct 2015)
New Revision: 36563

Modified:
   libmicrohttpd/src/microhttpd/internal.h
Log:
-doxygen

Modified: libmicrohttpd/src/microhttpd/internal.h
===================================================================
--- libmicrohttpd/src/microhttpd/internal.h     2015-10-24 13:37:48 UTC (rev 
36562)
+++ libmicrohttpd/src/microhttpd/internal.h     2015-10-25 12:47:51 UTC (rev 
36563)
@@ -662,7 +662,7 @@
   MHD_thread_handle_ pid;
 
   /**
-   * Size of read_buffer (in bytes).  This value indicates
+   * Size of @e read_buffer (in bytes).  This value indicates
    * how many bytes we're willing to read into the buffer;
    * the real buffer is one byte longer to allow for
    * adding zero-termination (when needed).
@@ -671,7 +671,7 @@
 
   /**
    * Position where we currently append data in
-   * read_buffer (last valid position).
+   * @e read_buffer (last valid position).
    */
   size_t read_buffer_offset;
 
@@ -1475,8 +1475,8 @@
  *        clobbered in the process!
  * @param cb function to call on each key-value pair found
  * @param[out] num_headers set to the number of headers found
- * @return #MHD_NO on failure (@a cb returned #MHD_NO), 
- *         #MHD_YES for success (parsing succeeded, @a cb always 
+ * @return #MHD_NO on failure (@a cb returned #MHD_NO),
+ *         #MHD_YES for success (parsing succeeded, @a cb always
  *                               returned #MHD_YES)
  */
 int




reply via email to

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