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_post-orders-ID-claim.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-claim.c') diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c index 2668786c..60aadf4b 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c @@ -154,16 +154,6 @@ claim_order (const char *instance_id, } -/** - * Manage a POST /orders/$ID/claim request. Allows the client to - * claim the order (unless already claims) and creates the respective - * contract. Returns the contract terms. - * - * @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_post_orders_ID_claim (const struct TMH_RequestHandler *rh, struct MHD_Connection *connection, -- cgit v1.2.3