summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-tips.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 12:07:16 +0200
committerMS <ms@taler.net>2020-10-13 12:07:16 +0200
commit8730c425905fb9bea0cc6a5783c888f392782865 (patch)
tree06bbf62fde7bc373e2fe0bc58fd71e59dafacbee /src/backend/taler-merchant-httpd_private-get-tips.c
parentcf733c2b743b1e2d3c1e7a7d296aff71d70cf4e2 (diff)
downloadmerchant-8730c425905fb9bea0cc6a5783c888f392782865.tar.gz
merchant-8730c425905fb9bea0cc6a5783c888f392782865.tar.bz2
merchant-8730c425905fb9bea0cc6a5783c888f392782865.zip
doxygen fixes
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-tips.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-tips.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-tips.c b/src/backend/taler-merchant-httpd_private-get-tips.c
index c012ad39..74b9751b 100644
--- a/src/backend/taler-merchant-httpd_private-get-tips.c
+++ b/src/backend/taler-merchant-httpd_private-get-tips.c
@@ -51,15 +51,6 @@ add_tip (void *cls,
TALER_JSON_from_amount (&amount))));
}
-
-/**
- * Handle a GET "/tips/$ID" request.
- *
- * @param rh context of the handler
- * @param connection the MHD connection to handle
- * @param[in,out] hc context with further information about the request
- * @return MHD result code
- */
MHD_RESULT
TMH_private_get_tips (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,