doxygen fix
This commit is contained in:
parent
17eafb869c
commit
677654f609
@ -1246,10 +1246,10 @@ TALER_TESTING_cmd_withdraw_amount (const char *label,
|
|||||||
* @return the command.
|
* @return the command.
|
||||||
*/
|
*/
|
||||||
struct TALER_TESTING_Command
|
struct TALER_TESTING_Command
|
||||||
TALER_TESTING_cmd_withdraw_denomination (const char *label,
|
TALER_TESTING_cmd_withdraw_denomination (
|
||||||
|
const char *label,
|
||||||
const char *reserve_reference,
|
const char *reserve_reference,
|
||||||
const struct
|
const struct TALER_EXCHANGE_DenomPublicKey *dk,
|
||||||
TALER_EXCHANGE_DenomPublicKey *dk,
|
|
||||||
unsigned int expected_response_code);
|
unsigned int expected_response_code);
|
||||||
|
|
||||||
|
|
||||||
@ -1372,13 +1372,14 @@ TALER_TESTING_cmd_deposit_with_ref (const char *label,
|
|||||||
struct TALER_TESTING_Command
|
struct TALER_TESTING_Command
|
||||||
TALER_TESTING_cmd_deposit_with_retry (struct TALER_TESTING_Command cmd);
|
TALER_TESTING_cmd_deposit_with_retry (struct TALER_TESTING_Command cmd);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a "deposit" command that repeats an existing
|
* Create a "deposit" command that repeats an existing
|
||||||
* deposit command.
|
* deposit command.
|
||||||
*
|
*
|
||||||
* @param label command label.
|
* @param label command label.
|
||||||
|
* @param deposit_reference which deposit command should we repeat
|
||||||
* @param expected_response_code expected HTTP response code.
|
* @param expected_response_code expected HTTP response code.
|
||||||
*
|
|
||||||
* @return the command.
|
* @return the command.
|
||||||
*/
|
*/
|
||||||
struct TALER_TESTING_Command
|
struct TALER_TESTING_Command
|
||||||
|
@ -316,7 +316,7 @@ deposit_run (void *cls,
|
|||||||
}
|
}
|
||||||
else if (NULL != ds->merchant_priv_reference)
|
else if (NULL != ds->merchant_priv_reference)
|
||||||
{
|
{
|
||||||
// We're copying the merchant key from another deposit operation
|
/* We're copying the merchant key from another deposit operation */
|
||||||
const struct TALER_MerchantPrivateKeyP *merchant_priv;
|
const struct TALER_MerchantPrivateKeyP *merchant_priv;
|
||||||
const struct TALER_TESTING_Command *cmd;
|
const struct TALER_TESTING_Command *cmd;
|
||||||
cmd = TALER_TESTING_interpreter_lookup_command
|
cmd = TALER_TESTING_interpreter_lookup_command
|
||||||
@ -733,8 +733,8 @@ TALER_TESTING_cmd_deposit_with_ref (const char *label,
|
|||||||
* deposit command.
|
* deposit command.
|
||||||
*
|
*
|
||||||
* @param label command label.
|
* @param label command label.
|
||||||
|
* @param deposit_reference which deposit command should we repeat
|
||||||
* @param expected_response_code expected HTTP response code.
|
* @param expected_response_code expected HTTP response code.
|
||||||
*
|
|
||||||
* @return the command.
|
* @return the command.
|
||||||
*/
|
*/
|
||||||
struct TALER_TESTING_Command
|
struct TALER_TESTING_Command
|
||||||
|
Loading…
Reference in New Issue
Block a user