From 5abe350a05db1c69e4e9418c0ca9b60f935028ee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 12:34:17 +0100 Subject: doxygen --- src/exchange/taler-exchange-httpd_db.h | 2 +- src/exchange/taler-exchange-httpd_refresh_reveal.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/taler-exchange-httpd_db.h b/src/exchange/taler-exchange-httpd_db.h index e6d38d7fe..148358568 100644 --- a/src/exchange/taler-exchange-httpd_db.h +++ b/src/exchange/taler-exchange-httpd_db.h @@ -94,7 +94,7 @@ typedef enum GNUNET_DB_QueryStatus * * @param connection MHD connection to run @a cb for * @param name name of the transaction (for debugging) - * @param[out] set to MHD response code, if transaction failed + * @param[out] mhd_ret set to MHD response code, if transaction failed * @param cb callback implementing transaction logic * @param cb_cls closure for @a cb, must be read-only! * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c b/src/exchange/taler-exchange-httpd_refresh_reveal.c index 2035bd9f8..9b13c2376 100644 --- a/src/exchange/taler-exchange-httpd_refresh_reveal.c +++ b/src/exchange/taler-exchange-httpd_refresh_reveal.c @@ -181,7 +181,6 @@ struct RevealContext * again. * * @param cls closure with a `struct RevealContext` - * @param rowid unique serial ID for the row in our database * @param num_newcoins size of the @a rrcs array * @param rrcs array of @a num_newcoins information about coins to be created * @param num_tprivs number of entries in @a tprivs, should be #TALER_CNC_KAPPA - 1 @@ -523,7 +522,6 @@ refresh_reveal_persist (void *cls, * @param key_state the key state * @param connection the MHD connection to handle * @param rctx context for the operation, partially built at this time - * @param transfer_pub transfer public key * @param link_sigs_json link signatures in JSON format * @param new_denoms_h_json requests for fresh coins to be created * @param coin_evs envelopes of gamma-selected coins to be signed @@ -795,7 +793,6 @@ cleanup: * * @param connection the MHD connection to handle * @param rctx context for the operation, partially built at this time - * @param transfer_pub transfer public key * @param tp_json private transfer keys in JSON format * @param link_sigs_json link signatures in JSON format * @param new_denoms_h_json requests for fresh coins to be created -- cgit v1.2.3