From 875611bddc13935f5cb34c37720f7fa1661296cd Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 15 Oct 2020 12:00:19 +0200 Subject: Doxygen fixes --- src/testing/testing_api_cmd_merchant_get_tip.c | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'src/testing/testing_api_cmd_merchant_get_tip.c') diff --git a/src/testing/testing_api_cmd_merchant_get_tip.c b/src/testing/testing_api_cmd_merchant_get_tip.c index f1d79ee4..5d0ba006 100644 --- a/src/testing/testing_api_cmd_merchant_get_tip.c +++ b/src/testing/testing_api_cmd_merchant_get_tip.c @@ -308,15 +308,6 @@ merchant_get_tip_cleanup (void *cls, } -/** - * Define a GET /private/tips/$TIP_IDE CMD. - * - * @param label the command label - * @param merchant_url base URL of the merchant which will - * serve the request. - * @param tip_reference reference to a command that created a tip. - * @param http_status expected HTTP response code for the request. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_merchant_get_tip (const char *label, const char *merchant_url, @@ -342,20 +333,6 @@ TALER_TESTING_cmd_merchant_get_tip (const char *label, } -/** - * Define a GET /private/tips/$TIP_ID CMD. - * - * @param label the command label - * @param merchant_url base URL of the merchant which will - * serve the request. - * @param tip_reference reference to a command that created a tip. - * @param pickup_refs a NULL-terminated list of pickup commands - * associated with the tip. - * @param http_status expected HTTP response code for the request. - * @param ... NULL-terminated list of labels (const char *) of - * pickup (commands) we expect to be returned in the list - * (assuming @a http_code is #MHD_HTTP_OK) - */ struct TALER_TESTING_Command TALER_TESTING_cmd_merchant_get_tip_with_pickups (const char *label, const char *merchant_url, -- cgit v1.2.3