commit b57845595eec72c6c83c0f71ab1a3dbb67b9da11
parent 6c03b75c18c25a3c90fbac02dc332bed8fbcafdb
Author: ng0 <ng0@n0.is>
Date: Mon, 22 Jul 2019 17:25:45 +0000
doxygen, links
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
@@ -40,14 +40,14 @@
* @param connection the MHD_Connection structure
* @param buffer content of the buffer to send
* @param buffer_size the size of the buffer (in bytes)
- * @param options the MHD_SendSocketOptions enum,
+ * @param options the #MHD_SendSocketOptions enum,
* #MHD_SSO_NO_CORK: definitely no corking (use NODELAY, or explicitly disable cork),
* #MHD_SSO_MAY_CORK: should enable corking (use MSG_MORE, or explicitly enable cork),
* #MHD_SSO_HDR_CORK: consider tcpi_snd_mss and consider not corking for the header
* part if the size of the header is close to the MSS.
* Only used if we are NOT doing 100 Continue and are still sending the
- * header (provided in full as the buffer to MHD_send_on_connection_ or as
- * the header to MHD_send_on_connection2_).
+ * header (provided in full as the buffer to #MHD_send_on_connection_ or as
+ * the header to #MHD_send_on_connection2_).
* @return sum of the number of bytes sent from both buffers or
-1 on error
*/