From 9317d6d69da2046d1a0cfbe1ea4b377924cc1c90 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 13:23:10 +0100 Subject: doxygen work --- src/util/crypto_wire.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/crypto_wire.c') diff --git a/src/util/crypto_wire.c b/src/util/crypto_wire.c index de7e5b99c..e3a5b9fb6 100644 --- a/src/util/crypto_wire.c +++ b/src/util/crypto_wire.c @@ -78,7 +78,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, @@ -105,7 +105,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, @@ -162,7 +162,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 merchant_priv private key to sign with - * @param merchant_sig[out] where to write the signature + * @param[out] merchant_sig where to write the signature */ void TALER_merchant_wire_signature_make (const char *payto_url, -- cgit v1.2.3