commit 889626e54b7c822a0717fd1f748a237d6c279728
parent 72f05a8364e251076a458b897b4efcd339be0e23
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 25 Oct 2015 12:47:51 +0000
-doxygen
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
@@ -662,7 +662,7 @@ struct MHD_Connection
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 @@ struct MHD_Connection
/**
* 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 @@ typedef int
* 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