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_post_reserves.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/testing/testing_api_cmd_post_reserves.c') diff --git a/src/testing/testing_api_cmd_post_reserves.c b/src/testing/testing_api_cmd_post_reserves.c index 950ea9bf..dbd0c218 100644 --- a/src/testing/testing_api_cmd_post_reserves.c +++ b/src/testing/testing_api_cmd_post_reserves.c @@ -227,17 +227,6 @@ post_reserves_cleanup (void *cls, } -/** - * Define a "POST /reserves" CMD - * - * @param label command label. - * @param merchant_url url to the merchant. - * @param initial_balance initial amount in the reserve. - * @param exchange_url url to the exchange - * @param wire_method wire transfer method to use for this reserve - * @param http_status expected HTTP response code. - * @return the command. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_merchant_post_reserves (const char *label, const char *merchant_url, @@ -270,13 +259,6 @@ TALER_TESTING_cmd_merchant_post_reserves (const char *label, } -/** - * This commands does not query the backend at all, - * but just makes up a fake reserve. - * - * @param label command label. - * @return the command. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_merchant_post_reserves_fake (const char *label) { -- cgit v1.2.3