From 8718ecbfcfd6111561118fbf5d293eed37bd838a Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 15 Oct 2020 11:53:01 +0200 Subject: Doxygen fixes --- src/testing/testing_api_cmd_tip_authorize.c | 73 ----------------------------- 1 file changed, 73 deletions(-) (limited to 'src/testing/testing_api_cmd_tip_authorize.c') diff --git a/src/testing/testing_api_cmd_tip_authorize.c b/src/testing/testing_api_cmd_tip_authorize.c index 5aa16e97..b6dd2712 100644 --- a/src/testing/testing_api_cmd_tip_authorize.c +++ b/src/testing/testing_api_cmd_tip_authorize.c @@ -279,22 +279,6 @@ tip_authorize_cleanup (void *cls, } -/** - * Create a /tip-authorize CMD, specifying the Taler error code - * that is expected to be returned by the backend. - * - * @param label this command label - * @param merchant_url the base URL of the merchant that will - * serve the /tip-authorize request. - * @param exchange_url the base URL of the exchange that owns - * the reserve from which the tip is going to be gotten. - * @param http_status the HTTP response code which is expected - * for this operation. - * @param justification human-readable justification for this - * tip authorization. - * @param amount the amount to authorize for tipping. - * @param ec expected Taler-defined error code. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_tip_authorize_with_ec (const char *label, const char *merchant_url, @@ -328,24 +312,6 @@ TALER_TESTING_cmd_tip_authorize_with_ec (const char *label, } -/** - * Create a /tip-authorize CMD, specifying the Taler error code - * that is expected to be returned by the backend. - * - * @param label this command label - * @param merchant_url the base URL of the merchant that will - * serve the /tip-authorize request. - * @param exchange_url the base URL of the exchange that owns - * the reserve from which the tip is going to be gotten. - * @param reserve_reference reference to a command that created - * a reserve. - * @param http_status the HTTP response code which is expected - * for this operation. - * @param justification human-readable justification for this - * tip authorization. - * @param amount the amount to authorize for tipping. - * @param ec expected Taler-defined error code. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_tip_authorize_from_reserve_with_ec (const char *label, const char *merchant_url, @@ -382,20 +348,6 @@ TALER_TESTING_cmd_tip_authorize_from_reserve_with_ec (const char *label, } -/** - * Create a /tip-authorize CMD. - * - * @param label this command label - * @param merchant_url the base URL of the merchant that will - * serve the /tip-authorize request. - * @param exchange_url the base URL of the exchange that owns - * the reserve from which the tip is going to be gotten. - * @param http_status the HTTP response code which is expected - * for this operation. - * @param justification human-readable justification for this - * tip authorization. - * @param amount the amount to authorize for tipping. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_tip_authorize (const char *label, const char *merchant_url, @@ -427,22 +379,6 @@ TALER_TESTING_cmd_tip_authorize (const char *label, } -/** - * Create a /tip-authorize CMD. - * - * @param label this command label - * @param merchant_url the base URL of the merchant that will - * serve the /tip-authorize request. - * @param exchange_url the base URL of the exchange that owns - * the reserve from which the tip is going to be gotten. - * @param reserve_reference reference to a command that created - * a reserve. - * @param http_status the HTTP response code which is expected - * for this operation. - * @param justification human-readable justification for this - * tip authorization. - * @param amount the amount to authorize for tipping. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_tip_authorize_from_reserve (const char *label, const char *merchant_url, @@ -476,15 +412,6 @@ TALER_TESTING_cmd_tip_authorize_from_reserve (const char *label, } -/** - * This commands does not query the backend at all, - * but just makes up a fake authorization id that will - * be subsequently used by the "pick up" CMD in order - * to test against such a case. - * - * @param label command label. - * @return the command. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_tip_authorize_fake (const char *label) { -- cgit v1.2.3