aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-15 01:27:59 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-15 01:27:59 +0200
commit48fd49270304843170070a245ed12ccb10a9f98d (patch)
treef8208019cb985b8367851ba5b27ff9a73ba577c8 /src
parentffbb31e180ddcce16337900d546e90271b848779 (diff)
doxygen fixes
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.h2
-rw-r--r--src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c3
-rw-r--r--src/backenddb/pg_get_kyc_limits.h2
-rw-r--r--src/backenddb/pg_get_kyc_status.h2
-rw-r--r--src/include/taler_merchantdb_plugin.h13
-rw-r--r--src/lib/merchant_api_get_kyc.c2
6 files changed, 11 insertions, 13 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.h b/src/backend/taler-merchant-httpd_exchanges.h
index 7c11df61..8a5fb729 100644
--- a/src/backend/taler-merchant-httpd_exchanges.h
+++ b/src/backend/taler-merchant-httpd_exchanges.h
@@ -194,7 +194,7 @@ TMH_EXCHANGES_lookup_wire_fee (
* @param instance_id the instance to check for
* @param exchange the exchange to check
* @param wm the wire method to check with
- * @param[in,out] maximum amount we may deposit at this
+ * @param[in,out] max_amount maximum amount we may deposit at this
* exchange; input is an existing maximum, that
* can be lowered by this function due to transaction
* limits and deposit limits of the exchange
diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
index cc47794d..9011f07f 100644
--- a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
+++ b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
@@ -450,7 +450,6 @@ pack_limit (const struct TALER_EXCHANGE_AccountLimit *limit,
* the current limits for this exchange.
*
* @param[in,out] ekr overall request context
- * @param account_kyc_status KYC status of the specific exchange, NULL if generic
*/
static json_t *
get_exchange_limits (
@@ -609,7 +608,7 @@ ekr_finished (struct ExchangeKycRequest *ekr)
* that @a ekr is checking. Will set the "pkaa" array
* in @a ekr.
*
- * @param[in,out] request we are processing
+ * @param[in,out] ekr request we are processing
*/
static void
determine_eligible_accounts (
diff --git a/src/backenddb/pg_get_kyc_limits.h b/src/backenddb/pg_get_kyc_limits.h
index b630003e..830dc9a4 100644
--- a/src/backenddb/pg_get_kyc_limits.h
+++ b/src/backenddb/pg_get_kyc_limits.h
@@ -29,7 +29,7 @@
* Check an account's KYC limits at an exchange.
*
* @param cls closure
- * @param merchant_payto_uri merchant backend instance ID
+ * @param merchant_account_uri merchant account payto URI
* @param instance_id the instance for which to check
* @param exchange_url base URL of the exchange
* @param[out] kyc_ok true if no urgent KYC work must be done for this account
diff --git a/src/backenddb/pg_get_kyc_status.h b/src/backenddb/pg_get_kyc_status.h
index 729f37d5..9311b240 100644
--- a/src/backenddb/pg_get_kyc_status.h
+++ b/src/backenddb/pg_get_kyc_status.h
@@ -30,7 +30,7 @@
* Check an account's KYC status at an exchange.
*
* @param cls closure
- * @param merchant_payto_uri merchant backend instance ID
+ * @param merchant_account_uri merchant account as payto URI
* @param instance_id the instance for which to check
* @param exchange_url base URL of the exchange
* @param[out] auth_ok true if @a access_token was set
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index ff8793ce..72641a46 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -866,7 +866,6 @@ typedef void
*
* @param cls closure
* @param h_wire hash of the wire account
- * @param exchange_kyc_serial serial number for the KYC process at the exchange, 0 if unknown
* @param payto_uri payto:// URI of the merchant's bank account
* @param exchange_url base URL of the exchange for which this is a status
* @param last_check when did we last get an update on our KYC status from the exchange
@@ -2425,10 +2424,10 @@ struct TALER_MERCHANTDB_Plugin
* @return transaction status
*/
enum GNUNET_DB_QueryStatus
- (*lookup_spent_tokens_by_order) (void *cls,
- uint64_t order_serial,
- TALER_MERCHANTDB_UsedTokensCallback cb,
- void *cb_cls);
+ (*lookup_spent_tokens_by_order)(void *cls,
+ uint64_t order_serial,
+ TALER_MERCHANTDB_UsedTokensCallback cb,
+ void *cb_cls);
/**
@@ -2713,7 +2712,7 @@ struct TALER_MERCHANTDB_Plugin
* @return database result code
*/
enum GNUNET_DB_QueryStatus
- (*insert_issued_token) (
+ (*insert_issued_token)(
void *cls,
const struct TALER_PrivateContractHashP *h_contract_terms,
const struct TALER_TokenIssuePublicKeyHashP *h_issue_pub,
@@ -3729,7 +3728,7 @@ struct TALER_MERCHANTDB_Plugin
* @return database result code
*/
enum GNUNET_DB_QueryStatus
- (*lookup_token_family_key) (
+ (*lookup_token_family_key)(
void *cls,
const char *instance_id,
const char *token_family_slug,
diff --git a/src/lib/merchant_api_get_kyc.c b/src/lib/merchant_api_get_kyc.c
index 8e441647..0c9f610b 100644
--- a/src/lib/merchant_api_get_kyc.c
+++ b/src/lib/merchant_api_get_kyc.c
@@ -74,7 +74,7 @@ struct TALER_MERCHANT_KycGetHandle
*
* @param kyc operation handle
* @param[in,out] kr response details
- * @param pends pending_kycs array from the reply
+ * @param jkyc array from the reply
* @return #GNUNET_OK on success (callback was called)
*/
static enum GNUNET_GenericReturnValue