From 819b67426c95b68af800dae4b1dc700cfed822bd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 12 Feb 2022 10:33:23 +0100 Subject: -doxygen fixes --- src/include/taler_crypto_lib.h | 8 +++----- src/include/taler_exchangedb_plugin.h | 1 + src/include/taler_json_lib.h | 2 +- src/include/taler_signatures.h | 2 +- src/include/taler_util.h | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 3a4278298..62a958f76 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1052,7 +1052,7 @@ TALER_cs_refresh_nonce_derive ( * be passed. * * @param[out] denom_priv where to write the private key - * @param[out] deonm_pub where to write the public key + * @param[out] denom_pub where to write the public key * @param cipher which type of cipher to use * @param ... RSA key size (eg. 2048/3072/4096) * @return #GNUNET_OK on success, #GNUNET_NO if parameters were invalid @@ -2219,7 +2219,7 @@ TALER_wallet_deposit_verify ( /** * Sign a melt request. * - * @param amount the amount to be melted (with fee) + * @param amount_with_fee the amount to be melted (with fee) * @param melt_fee the melt fee we expect to pay * @param rc refresh session we are committed to * @param h_denom_pub hash of the coin denomination's public key @@ -2239,7 +2239,7 @@ TALER_wallet_melt_sign ( /** * Verify a melt request. * - * @param amount the amount to be melted (with fee) + * @param amount_with_fee the amount to be melted (with fee) * @param melt_fee the melt fee we expect to pay * @param rc refresh session we are committed to * @param h_denom_pub hash of the coin denomination's public key @@ -2369,7 +2369,6 @@ TALER_wallet_recoup_verify ( * * @param h_denom_pub hash of the denomiantion public key of the coin * @param coin_bks blinding factor used when withdrawing the coin - * @param requested_amount amount that is left to be recouped * @param coin_priv coin key of the coin to be recouped * @param coin_sig resulting signature */ @@ -2403,7 +2402,6 @@ TALER_wallet_recoup_refresh_verify ( * * @param h_denom_pub hash of the denomiantion public key of the coin * @param coin_bks blinding factor used when withdrawing the coin - * @param requested_amount amount that is left to be recouped * @param coin_priv coin key of the coin to be recouped * @param coin_sig resulting signature */ diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 1cd90c28f..13ba74053 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2538,6 +2538,7 @@ struct TALER_EXCHANGEDB_Plugin * @param deposit deposit operation details * @param known_coin_id row of the coin in the known_coins table * @param h_payto hash of the merchant's payto URI + * @param extension_blocked true if an extension is blocking the wire transfer * @param[in,out] exchange_timestamp time to use for the deposit (possibly updated) * @param[out] balance_ok set to true if the balance was sufficient * @param[out] in_conflict set to true if the deposit conflicted diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index fef733917..b7bcd845f 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -608,7 +608,7 @@ TALER_JSON_extensions_config_hash (const json_t *config, struct TALER_ExtensionConfigHash *eh); /** - * Parses a JSON object { "extension": "age_restriction", "mask": }. + * Parses a JSON object `{ "extension": "age_restriction", "mask": uint32 }`. * * @param root is the json object * @param[out] mask on succes, will contain the age mask diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 037955096..fc10f9a13 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -1215,7 +1215,7 @@ struct TALER_MerchantWireDetailsPS /** * Salted hash over the account holder's payto:// URL and - * the salt, as done by #TALER_exchange_wire_signature_hash(). + * the salt, as done by #TALER_merchant_wire_signature_hash(). */ struct TALER_MerchantWireHash h_wire_details GNUNET_PACKED; diff --git a/src/include/taler_util.h b/src/include/taler_util.h index f64811a46..64df12a7c 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -329,7 +329,7 @@ TALER_payto_get_method (const char *payto_uri); /** * Construct a payto://-URI from a Taler @a reserve_pub at - * a @exchange_base_url + * @a exchange_base_url * * @param exchange_base_url the URL of the exchange * @param reserve_pub public key of the reserve -- cgit v1.2.3