exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 93b4b8819d2de6adec46e3275deaa9004173d92a
parent 5f1e4d8459a3de716ba7425bcf530ea56a85fabd
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 12 Aug 2024 10:50:57 +0200

fix doxygen

Diffstat:
Msrc/exchange/taler-exchange-httpd_age-withdraw.c | 6++----
Msrc/exchange/taler-exchange-httpd_purses_merge.c | 2+-
Msrc/exchangedb/pg_insert_programmatic_legitimization_outcome.h | 1-
Msrc/include/taler_exchangedb_plugin.h | 1-
4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_age-withdraw.c b/src/exchange/taler-exchange-httpd_age-withdraw.c @@ -190,9 +190,7 @@ finish_loop (struct AgeWithdrawContext *awc, /** * Send a response to a "age-withdraw" request. * - * @param connection the connection to send the response to - * @param ach value the client committed to - * @param noreveal_index which index will the client not have to reveal + * @param[in,out] awc context for the operation */ static void reply_age_withdraw_success ( @@ -683,7 +681,7 @@ check_reserve_signature ( * Check if the given denomination is still or already valid, has not been * revoked and supports age restriction. * - * @param connection HTTP-connection to the client + * @param[in,out] awc context for the operation * @param ksh The handle to the current state of (denomination) keys in the exchange * @param denom_h Hash of the denomination key to check * @return NULL on failure (denomination invalid) diff --git a/src/exchange/taler-exchange-httpd_purses_merge.c b/src/exchange/taler-exchange-httpd_purses_merge.c @@ -226,7 +226,7 @@ legi_result_cb ( /** * Send confirmation of purse creation success to client. * - * @param pcc details about the request that succeeded + * @param pmc details about the request that succeeded * @return MHD result code */ static MHD_RESULT diff --git a/src/exchangedb/pg_insert_programmatic_legitimization_outcome.h b/src/exchangedb/pg_insert_programmatic_legitimization_outcome.h @@ -38,7 +38,6 @@ * @param new_rules new KYC rules to apply to the account * @param num_events length of the @a events array * @param events array of KYC events to trigger - * @param require_aml true to trigger AML * @return database transaction status */ enum GNUNET_DB_QueryStatus diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h @@ -7170,7 +7170,6 @@ struct TALER_EXCHANGEDB_Plugin * @param new_rules new KYC rules to apply to the account * @param num_events length of the @a events array * @param events array of KYC events to trigger - * @param require_aml true to trigger AML * @return database transaction status */ enum GNUNET_DB_QueryStatus