gnunet-svn
[Top][All Lists]
Advanced

[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: Thu, 15 Oct 2020 19:27:33 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d08fc12  Doxygen fixes
d08fc12 is described below

commit d08fc12e9c78de9e5c203260a3f2f1a806b40774
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 19:27:29 2020 +0200

    Doxygen fixes
---
 src/backenddb/plugin_merchantdb_postgres.c |  1 +
 src/include/taler_merchant_service.h       | 16 ++++++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 2c26b23..adee996 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -5848,6 +5848,7 @@ postgres_lookup_tip_details (void *cls,
  * over multiple pick up operations.
  *
  * @param cls closure, typically a connection to the db
+ * @param instance_id which instance gave the tip
  * @param tip_id the unique ID for the tip
  * @param total_picked_up how much was picked up overall at this
  *          point (includes @a total_requested)
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index 910191d..1d0f166 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -532,7 +532,7 @@ TALER_MERCHANT_instances_post (
  * Cancel /instances request.  Must not be called by clients after
  * the callback was invoked.
  *
- * @param igh request to cancel.
+ * @param iph request to cancel.
  */
 void
 TALER_MERCHANT_instances_post_cancel (
@@ -563,7 +563,7 @@ typedef void
  * @param ctx the context
  * @param backend_url HTTP base URL for the backend
  * @param instance_id identity of the instance to get information about
- * @param payto_uris_length length of the @a accounts array
+ * @param accounts_length length of the @a accounts array
  * @param payto_uris URIs of the bank accounts of the merchant instance
  * @param name name of the merchant instance
  * @param address physical address of the merchant instance
@@ -601,7 +601,7 @@ TALER_MERCHANT_instance_patch (
  * Cancel /instances request.  Must not be called by clients after
  * the callback was invoked.
  *
- * @param igh request to cancel.
+ * @param iph request to cancel.
  */
 void
 TALER_MERCHANT_instance_patch_cancel (
@@ -2117,9 +2117,7 @@ struct TALER_MERCHANT_PayCoin
  * @param ctx execution context
  * @param merchant_url base URL of the merchant
  * @param session_id session to pay for, or NULL for none
- * @param h_wire hash of the merchant’s account details
  * @param h_contract hash of the contact of the merchant with the customer
- * @param transaction_id transaction id for the transaction between merchant 
and customer
  * @param amount total value of the contract to be paid to the merchant
  * @param max_fee maximum fee covered by the merchant (according to the 
contract)
  * @param merchant_pub the public key of the merchant (used to identify the 
merchant for refund requests)
@@ -2127,6 +2125,8 @@ struct TALER_MERCHANT_PayCoin
  * @param timestamp timestamp when the contract was finalized, must match 
approximately the current time of the merchant
  * @param refund_deadline date until which the merchant can issue a refund to 
the customer via the merchant (can be zero if refunds are not allowed)
  * @param pay_deadline maximum time limit to pay for this contract
+ * @param h_wire hash of the merchant’s account details
+ * @param order_id order id
  * @param num_coins number of coins used to pay
  * @param coins array of coins we use to pay
  * @param coin_sig the signature made with purpose 
#TALER_SIGNATURE_WALLET_COIN_DEPOSIT made by the customer with the coin’s 
private key.
@@ -2749,7 +2749,7 @@ TALER_MERCHANT_transfers_get (
  * Cancel a POST /transfers request.  This function cannot be used
  * on a request handle if a response is already served for it.
  *
- * @param pth the operation to cancel
+ * @param gth the operation to cancel
  */
 void
 TALER_MERCHANT_transfers_get_cancel (
@@ -2977,7 +2977,7 @@ typedef void
  * @param ctx execution context
  * @param backend_url base URL of the merchant backend
  * @param reserve_pub which reserve should be queried
- * @param tips should we return details about the tips issued from the reserve
+ * @param fetch_tips should we return details about the tips issued from the 
reserve
  * @param cb function to call with the result(s)
  * @param cb_cls closure for @a cb
  * @return handle for this operation, NULL upon errors
@@ -3282,7 +3282,7 @@ TALER_MERCHANT_merchant_tip_get (struct 
GNUNET_CURL_Context *ctx,
 /**
  * Cancel a GET /private/tips/$TIP_ID request.
  *
- * @param tqo handle to the request to be canceled
+ * @param tgh handle to the request to be canceled
  */
 void
 TALER_MERCHANT_merchant_tip_get_cancel (struct

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]