From f3ed6ea694e83e45d257fb64b5ae23e73bc81465 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Aug 2021 15:58:53 +0200 Subject: misc doxygen fixes --- src/backend/anastasis-httpd_truth.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/backend/anastasis-httpd_truth.c') diff --git a/src/backend/anastasis-httpd_truth.c b/src/backend/anastasis-httpd_truth.c index b0b6530..f8962b4 100644 --- a/src/backend/anastasis-httpd_truth.c +++ b/src/backend/anastasis-httpd_truth.c @@ -277,9 +277,8 @@ AH_truth_shutdown (void) /** * Callback to process a POST /orders/ID/refund request * - * @param cls closure - * @param http_status HTTP status code for this request - * @param ec taler-specific error code + * @param cls closure with a `struct RefundEntry *` + * @param hr HTTP response details * @param taler_refund_uri the refund uri offered to the wallet * @param h_contract hash of the contract a Browser may need to authorize * obtaining the HTTP response. @@ -876,12 +875,6 @@ run_authorization_process (struct MHD_Connection *connection, } -/** - * @param connection the MHD connection to handle - * @param url handles a URL of the format "/truth/$UUID[&response=$RESPONSE]" - * @param hc - * @return MHD result code - */ MHD_RESULT AH_handler_truth_get ( struct MHD_Connection *connection, -- cgit v1.2.3