diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 2 | ||||
-rw-r--r-- | src/include/taler_exchange_service.h | 5 | ||||
-rw-r--r-- | src/include/taler_signatures.h | 1 | ||||
-rw-r--r-- | src/include/taler_testing_lib.h | 7 | ||||
-rw-r--r-- | src/include/taler_util.h | 1 |
5 files changed, 8 insertions, 8 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 959169cfa..f007d67af 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -2086,7 +2086,7 @@ TALER_CRYPTO_helper_esign_sign_ ( /** - * Ask the helper to revoke the public key @param exchange_pub . + * Ask the helper to revoke the public key @a exchange_pub . * Will cause the helper to tell all clients that the key is now unavailable, * and to create a replacement key. * diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 72990dc3d..af06d149a 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -2039,8 +2039,7 @@ struct TALER_EXCHANGE_GetDepositResponse * Function called with detailed wire transfer data. * * @param cls closure - * @param hr HTTP response data - * @param dd details about the deposit (NULL on errors) + * @param dr details about the deposit response */ typedef void (*TALER_EXCHANGE_DepositGetCallback)( @@ -2319,7 +2318,7 @@ struct TALER_EXCHANGE_KycStatus /** * Signature of purpose - * #TALER_SIGNATURE_ACCOUNT_SETUP_SUCCESS affirming + * #TALER_SIGNATURE_EXCHANGE_ACCOUNT_SETUP_SUCCESS affirming * the successful KYC process. */ struct TALER_ExchangeSignatureP exchange_sig; diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index fc10f9a13..17ed4b57a 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -164,7 +164,6 @@ */ #define TALER_SIGNATURE_EXCHANGE_AFFIRM_DENOM_UNKNOWN 1042 - /** * Signature where the Exchange confirms that it does not consider a denomination valid for the given operation * at this time. diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 271302ae2..69cb9f68f 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -998,10 +998,11 @@ TALER_TESTING_cmd_bank_debits (const char *label, /** * Create transfer command. * - * @param label command label. - * @param amount amount to transfer. + * @param label command label + * @param amount amount to transfer * @param auth authentication data to use - * @param payto_credit_account which account receives money. + * @param payto_debit_account which account to withdraw money from + * @param payto_credit_account which account receives money * @param wtid wire transfer identifier to use * @param exchange_base_url exchange URL to use * @return the command. diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 64df12a7c..b7b748698 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -131,6 +131,7 @@ TALER_b2s (const void *buf, /** * Obtain denomination amount from configuration file. * + * @param cfg configuration to extract data from * @param section section of the configuration to access * @param option option of the configuration to access * @param[out] denom set to the amount found in configuration |