From 1e30d60a25da52550c10f9c6606024f028f943d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Jun 2017 11:30:43 +0200 Subject: fixing misc doxygen issues --- src/exchange/taler-exchange-httpd_responses.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_responses.h') diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h index ccd11883a..6a33b65c7 100644 --- a/src/exchange/taler-exchange-httpd_responses.h +++ b/src/exchange/taler-exchange-httpd_responses.h @@ -50,14 +50,14 @@ TEH_RESPONSE_add_global_headers (struct MHD_Response *response); * * @param[in,out] buf pointer to body to compress * @param[in,out] buf_size pointer to initial size of @a buf - * @return #MHD_TES if @a buf was compressed + * @return #MHD_YES if @a buf was compressed */ int TEH_RESPONSE_body_compress (void **buf, size_t *buf_size); -/** +/** * Is HTTP body deflate compression supported by the client? * * @param connection connection to check -- cgit v1.2.3