[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -doxygen fixes
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -doxygen fixes |
Date: |
Mon, 10 Jul 2023 21:44:58 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new c6b72f4f -doxygen fixes
c6b72f4f is described below
commit c6b72f4fdb36d5359b81c4c7c210f6070351f086
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jul 10 19:44:49 2023 +0200
-doxygen fixes
---
contrib/taler-exchange.tag | 8 ++++----
src/backend/taler-merchant-exchange.c | 1 +
src/backend/taler-merchant-httpd_exchanges.c | 8 --------
src/backend/taler-merchant-httpd_exchanges.h | 2 +-
src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c | 4 ++--
src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 2 +-
src/backend/taler-merchant-httpd_private-get-orders-ID.c | 2 +-
7 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/contrib/taler-exchange.tag b/contrib/taler-exchange.tag
index 57aa7a0b..4ee916a8 100644
--- a/contrib/taler-exchange.tag
+++ b/contrib/taler-exchange.tag
@@ -64,7 +64,7 @@
<filename>taler_error_codes.h</filename>
<member kind="function">
<type>enum TALER_ErrorCode</type>
- <name>TALER_EC_MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_EXPIRED</name>
+
<name>TALER_EC_MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_EXPIRED</name>
<anchorfile>taler_error_codes.h</anchorfile>
</member>
</compound>
@@ -74,7 +74,7 @@
<filename>taler_error_codes.h</filename>
<member kind="function">
<type>enum TALER_ErrorCode</type>
-
<name>TALER_EC_MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_NOT_FOUND</name>
+
<name>TALER_EC_MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_NOT_FOUND</name>
<anchorfile>taler_error_codes.h</anchorfile>
</member>
</compound>
@@ -84,7 +84,7 @@
<filename>taler_error_codes.h</filename>
<member kind="function">
<type>enum TALER_ErrorCode</type>
-
<name>TALER_EC_MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_INSUFFICIENT_FUNDS</name>
+
<name>TALER_EC_MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_INSUFFICIENT_FUNDS</name>
<anchorfile>taler_error_codes.h</anchorfile>
</member>
</compound>
@@ -154,7 +154,7 @@
<filename>taler_dbevents.h</filename>
<member kind="function">
<type>#define</type>
- <name>TALER_DBEVENT_MERCHANT_TIP_PICKUP</name>
+ <name>TALER_DBEVENT_MERCHANT_REWARD_PICKUP</name>
<anchorfile>taler_dbevents.h</anchorfile>
</member>
</compound>
diff --git a/src/backend/taler-merchant-exchange.c
b/src/backend/taler-merchant-exchange.c
index 5ce419d6..4db8f92d 100644
--- a/src/backend/taler-merchant-exchange.c
+++ b/src/backend/taler-merchant-exchange.c
@@ -306,6 +306,7 @@ download_keys (void *cls);
*
* @param cls closure with a `struct Exchange *`
* @param kr response data
+ * @param[in] keys the keys of the exchange
*/
static void
cert_cb (
diff --git a/src/backend/taler-merchant-httpd_exchanges.c
b/src/backend/taler-merchant-httpd_exchanges.c
index ff4360b0..d5737369 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -1396,14 +1396,6 @@ fail_and_retry (struct TMH_Exchange *exchange,
}
-/**
- * Function called with the result of a
- * /keys request to the exchange.
- *
- * @param cls a `struct TMH_Exchange *`
- * @param kr response details
- * @param[in] keys key data now owned by this function
- */
static void
keys_mgmt_cb (void *cls,
const struct TALER_EXCHANGE_KeysResponse *kr,
diff --git a/src/backend/taler-merchant-httpd_exchanges.h
b/src/backend/taler-merchant-httpd_exchanges.h
index 2a2e9b13..89e5deee 100644
--- a/src/backend/taler-merchant-httpd_exchanges.h
+++ b/src/backend/taler-merchant-httpd_exchanges.h
@@ -161,7 +161,7 @@ TMH_EXCHANGES_wire4exchange_cancel (
* Lookup current wire fee by @a exchange_url and
* @a wire_method.
*
- * @param exchange_url base URL of the exchange
+ * @param wd wire details of the exchange
* @param wire_method wire method to lookup fee by
* @param[out] wire_fee set to the wire fee
* @return #GNUNET_OK on success
diff --git a/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c
b/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c
index 664297fc..b7aa31e1 100644
--- a/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c
+++ b/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c
@@ -378,7 +378,7 @@ withdraw_cb (void *cls,
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation as part of a withdraw objective. If the exchange is ready,
* withdraws the planchet from the exchange.
*
@@ -477,7 +477,7 @@ do_timeout (void *cls)
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation as part of a withdraw objective. Here, we initialize
* the "total_requested" amount by adding up the cost of the planchets
* provided by the client.
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 f5b9d36e..eda0aaa8 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
@@ -645,7 +645,7 @@ exchange_check_cb (void *cls,
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation. Runs the KYC check against the exchange.
*
* @param cls closure with our `struct ExchangeKycRequest *`
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index 6d2140d0..710194f8 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -586,7 +586,7 @@ deposit_get_cb (void *cls,
/**
- * Function called with the result of a #TMH_EXCHANGES_find_exchange()
+ * Function called with the result of a #TMH_EXCHANGES_keys4exchange()
* operation.
*
* @param cls closure with a `struct GetOrderRequestContext *`
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -doxygen fixes,
gnunet <=