From c383b89f3d108fc10a06e3afcf03e44eafe838eb Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 9 Oct 2020 19:27:00 +0200 Subject: address doxygen warnings (double definitions of @param) --- src/backend/taler-merchant-httpd_mhd.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/backend/taler-merchant-httpd_mhd.c') diff --git a/src/backend/taler-merchant-httpd_mhd.c b/src/backend/taler-merchant-httpd_mhd.c index edcb3a7b..e96acca5 100644 --- a/src/backend/taler-merchant-httpd_mhd.c +++ b/src/backend/taler-merchant-httpd_mhd.c @@ -27,15 +27,6 @@ #include "taler-merchant-httpd_mhd.h" -/** - * Function to call to handle the request by sending - * back static data from the @a rh. - * - * @param rh context of the handler - * @param connection the MHD connection to handle - * @param[in,out] hc handler context (can be updated) - * @return MHD result code - */ MHD_RESULT TMH_MHD_handler_static_response (const struct TMH_RequestHandler *rh, struct MHD_Connection *connection, @@ -50,15 +41,6 @@ TMH_MHD_handler_static_response (const struct TMH_RequestHandler *rh, } -/** - * Function to call to handle the request by sending - * back a redirect to the AGPL source code. - * - * @param rh context of the handler - * @param connection the MHD connection to handle - * @param[in,out] hc handler context (can be updated) - * @return MHD result code - */ MHD_RESULT TMH_MHD_handler_agpl_redirect (const struct TMH_RequestHandler *rh, struct MHD_Connection *connection, @@ -71,12 +53,6 @@ TMH_MHD_handler_agpl_redirect (const struct TMH_RequestHandler *rh, } -/** - * Test if the client requested HTML output. - * - * @param connection client to test - * @return true if HTML was requested - */ bool TMH_MHD_test_html_desired (struct MHD_Connection *connection) { -- cgit v1.2.3