exchange

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

commit f2774ef8b54585bf1d06d4eb10f672a3ee2aff7c
parent 3b259fc8ecf9f10e4acd703de76b176926ad1d4b
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Fri,  6 Dec 2024 16:45:37 +0100

[doc] fix doxygen errors

Diffstat:
Msrc/auditor/taler-auditor-httpd.c | 1+
Msrc/bank-lib/fakebank.c | 1+
Msrc/exchange/taler-exchange-httpd.c | 1+
Msrc/exchange/taler-exchange-httpd_common_kyc.c | 1-
Msrc/exchange/taler-exchange-httpd_keys.h | 5+++--
Msrc/exchange/taler-exchange-httpd_kyc-info.c | 1-
Msrc/include/taler_exchangedb_lib.h | 1-
Msrc/kyclogic/taler-exchange-kyc-tester.c | 1+
Msrc/testing/testing_api_cmd_age_withdraw.c | 2+-
9 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c @@ -17,6 +17,7 @@ /** * @file taler-auditor-httpd.c * @brief Serve the HTTP interface of the auditor + * @defgroup request Request handling routines * @author Florian Dold * @author Benedikt Mueller * @author Christian Grothoff diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c @@ -20,6 +20,7 @@ * @file bank-lib/fakebank.c * @brief library that fakes being a Taler bank for testcases * @author Christian Grothoff <christian@grothoff.org> + * @defgroup request Request handling routines */ #include "platform.h" #include <pthread.h> diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -16,6 +16,7 @@ /** * @file taler-exchange-httpd.c * @brief Serve the HTTP interface of the exchange + * @defgroup request Request handling routines * @author Florian Dold * @author Benedikt Mueller * @author Christian Grothoff diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c b/src/exchange/taler-exchange-httpd_common_kyc.c @@ -1236,7 +1236,6 @@ amount_iterator_wrapper_cb ( * Function called with the current rule set. * * @param cls a `struct TEH_LegitimizationCheckHandle *` - * @param legitimization_outcome_last_row row the rule set is based on * @param rur includes legitimziation rule set that applies to the account * (owned by callee, callee must free the lrs!) */ diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h @@ -16,6 +16,7 @@ /** * @file taler-exchange-httpd_keys.h * @brief management of our various keys + * @defgroup crypto Cryptographic routines * @author Christian Grothoff */ #include "platform.h" @@ -455,7 +456,7 @@ TEH_keys_exchange_sign2_ ( * @return #TALER_EC_NONE on success */ #define TEH_keys_exchange_sign(ps,pub,sig) \ - ({ \ + ({ \ /* check size is set correctly */ \ GNUNET_assert (htonl ((ps)->purpose.size) == \ sizeof (*ps)); \ @@ -488,7 +489,7 @@ TEH_keys_exchange_sign2_ ( * @return #TALER_EC_NONE on success */ #define TEH_keys_exchange_sign2(ksh,ps,pub,sig) \ - ({ \ + ({ \ /* check size is set correctly */ \ GNUNET_assert (htonl ((ps)->purpose.size) == \ sizeof (*ps)); \ diff --git a/src/exchange/taler-exchange-httpd_kyc-info.c b/src/exchange/taler-exchange-httpd_kyc-info.c @@ -446,7 +446,6 @@ resume_with_reply (struct KycPoller *kyp, * Function called with the current rule set. * * @param cls closure with a `struct KycPoller *` - * @param legitimization_outcome_last_row row the rule set is based on * @param rur includes legitimziation rule set that applies to the account * (owned by callee, callee must free the lrs!) */ diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h @@ -299,7 +299,6 @@ struct TALER_EXCHANGEDB_RuleUpdaterResult * Function called with the current rule set. * * @param cls closure - * @param legitimization_outcome_last_row row the rule set is based on * @param rur includes legitimziation rule set that applies to the account * (owned by callee, callee must free the lrs!) */ diff --git a/src/kyclogic/taler-exchange-kyc-tester.c b/src/kyclogic/taler-exchange-kyc-tester.c @@ -17,6 +17,7 @@ * @file taler-exchange-kyc-tester.c * @brief tool to test KYC integrations * @author Christian Grothoff + * @defgroup request Request handling routines */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> diff --git a/src/testing/testing_api_cmd_age_withdraw.c b/src/testing/testing_api_cmd_age_withdraw.c @@ -565,7 +565,7 @@ struct AgeWithdrawRevealState * Callback for the reveal response * * @param cls Closure of type `struct AgeWithdrawRevealState` - * @param awr The response + * @param response The response */ static void age_withdraw_reveal_cb (