From 5abe350a05db1c69e4e9418c0ca9b60f935028ee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 12:34:17 +0100 Subject: doxygen --- src/include/taler_crypto_lib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 3e8bac650..eedeec211 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -742,7 +742,7 @@ TALER_refresh_get_commitment (struct TALER_RefreshCommitmentP *rc, * hash is what is put into the contract. * * @param payto_url bank account - * @param hc[out] set to the hash + * @param[out] hc set to the hash */ void TALER_exchange_wire_signature_hash (const char *payto_url, @@ -770,7 +770,7 @@ TALER_exchange_wire_signature_check (const char *payto_url, * * @param payto_url account specification * @param master_priv private key to sign with - * @param master_sig[out] where to write the signature + * @param[out] master_sig where to write the signature */ void TALER_exchange_wire_signature_make (const char *payto_url, @@ -785,7 +785,7 @@ TALER_exchange_wire_signature_make (const char *payto_url, * * @param payto_url bank account * @param salt salt used to eliminate brute-force inversion - * @param hc[out] set to the hash + * @param[out] hc set to the hash */ void TALER_merchant_wire_signature_hash (const char *payto_url, @@ -817,7 +817,7 @@ TALER_merchant_wire_signature_check (const char *payto_url, * @param payto_url account specification * @param salt the salt used to salt the @a payto_url when hashing * @param merch_priv private key to sign with - * @param merch_sig[out] where to write the signature + * @param[out] merch_sig where to write the signature */ void TALER_merchant_wire_signature_make (const char *payto_url, -- cgit v1.2.3