From edfdbbf794837190729f1bc9c87e6cfbe26717d9 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 21 May 2019 20:44:03 +0300 Subject: Fixed doxygen comments, Fixed spelling in comments --- src/include/microhttpd2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/microhttpd2.h') diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h index 54120570..710115d1 100644 --- a/src/include/microhttpd2.h +++ b/src/include/microhttpd2.h @@ -2187,9 +2187,9 @@ MHD_daemon_tls_mem_dhparams (struct MHD_Daemon *daemon, * @param cls closure * @param connection the HTTPS connection * @param username the user name claimed by the other side - * @param psk[out] to be set to the pre-shared-key; should be allocated with malloc(), + * @param[out] psk to be set to the pre-shared-key; should be allocated with malloc(), * will be freed by MHD - * @param psk_size[out] to be set to the number of bytes in @a psk + * @param[out] psk_size to be set to the number of bytes in @a psk * @return 0 on success, -1 on errors */ typedef int -- cgit v1.2.3