diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2024-08-12 10:50:57 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2024-08-12 10:50:57 +0200 |
commit | 93b4b8819d2de6adec46e3275deaa9004173d92a (patch) | |
tree | 56b8613c3f5f3d14b1d3ef91457ab513d859219f | |
parent | 5f1e4d8459a3de716ba7425bcf530ea56a85fabd (diff) |
fix doxygen
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 index 1d692a2d7..ce1ea951d 100644 --- 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 index 5a62b7a7d..86c0414f7 100644 --- 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 index 82b78c9b5..17ced6503 100644 --- 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 index 492823ab8..2037fde95 100644 --- 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 |