summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_mhd.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-09 19:27:00 +0200
committerMS <ms@taler.net>2020-10-09 19:27:00 +0200
commitc383b89f3d108fc10a06e3afcf03e44eafe838eb (patch)
tree232a72463ab303ef9a1ac75a0e97c82a01f6af40 /src/backend/taler-merchant-httpd_mhd.c
parent4d9bc219297df4816ba4cf5c1a452fe2e8079bbf (diff)
downloadmerchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.tar.gz
merchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.tar.bz2
merchant-c383b89f3d108fc10a06e3afcf03e44eafe838eb.zip
address doxygen warnings
(double definitions of @param)
Diffstat (limited to 'src/backend/taler-merchant-httpd_mhd.c')
-rw-r--r--src/backend/taler-merchant-httpd_mhd.c24
1 files changed, 0 insertions, 24 deletions
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)
{