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 16:36:35 +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 5ea59df  Doxygen fixes
5ea59df is described below

commit 5ea59df5baf316be47615c7a1b4639472a94e12c
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 16:36:30 2020 +0200

    Doxygen fixes
---
 src/testing/testing_api_cmd_abort_order.c      | 3 +--
 src/testing/testing_api_cmd_patch_instance.c   | 1 +
 src/testing/testing_api_cmd_patch_product.c    | 1 +
 src/testing/testing_api_cmd_post_instances.c   | 1 +
 src/testing/testing_api_cmd_post_orders.c      | 2 ++
 src/testing/testing_api_cmd_post_products.c    | 1 +
 src/testing/testing_api_cmd_tip_authorize.c    | 3 ++-
 src/testing/testing_api_cmd_wallet_get_order.c | 2 +-
 8 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/testing/testing_api_cmd_abort_order.c 
b/src/testing/testing_api_cmd_abort_order.c
index a72682b..c0c4a15 100644
--- a/src/testing/testing_api_cmd_abort_order.c
+++ b/src/testing/testing_api_cmd_abort_order.c
@@ -176,8 +176,7 @@ build_coins (struct TALER_MERCHANT_AbortCoin **ac,
  * @param hr HTTP response
  * @param merchant_pub public key of the merchant refunding the
  *        contract.
- * @param h_contract the contract involved in the refund.
- * @param num_refunds length of the @a res array
+ * @param num_aborts length of the @a res array
  * @param res array containing the abort confirmations
  */
 static void
diff --git a/src/testing/testing_api_cmd_patch_instance.c 
b/src/testing/testing_api_cmd_patch_instance.c
index 5bb5548..817ffe1 100644
--- a/src/testing/testing_api_cmd_patch_instance.c
+++ b/src/testing/testing_api_cmd_patch_instance.c
@@ -116,6 +116,7 @@ struct PatchInstanceState
  * Callback for a PATCH /instances/$ID operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 patch_instance_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_patch_product.c 
b/src/testing/testing_api_cmd_patch_product.c
index 87e63a4..b844e1f 100644
--- a/src/testing/testing_api_cmd_patch_product.c
+++ b/src/testing/testing_api_cmd_patch_product.c
@@ -116,6 +116,7 @@ struct PatchProductState
  * Callback for a PATCH /products/$ID operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 patch_product_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_post_instances.c 
b/src/testing/testing_api_cmd_post_instances.c
index bea5cfb..6e44f26 100644
--- a/src/testing/testing_api_cmd_post_instances.c
+++ b/src/testing/testing_api_cmd_post_instances.c
@@ -116,6 +116,7 @@ struct PostInstancesState
  * Callback for a POST /instances operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 post_instances_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_post_orders.c 
b/src/testing/testing_api_cmd_post_orders.c
index a7ecc1c..3adcf7d 100644
--- a/src/testing/testing_api_cmd_post_orders.c
+++ b/src/testing/testing_api_cmd_post_orders.c
@@ -183,6 +183,7 @@ orders_traits (void *cls,
  *
  * @param cls closure
  * @param hr HTTP response we got
+ * @param contract_terms contract terms of this order
  * @param sig merchant's signature
  * @param hash hash over the contract
  */
@@ -244,6 +245,7 @@ orders_claim_cb (void *cls,
  * @param cls closure.
  * @param hr HTTP response
  * @param order_id order id of the orders.
+ * @param claim_token claim token
  */
 static void
 order_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_post_products.c 
b/src/testing/testing_api_cmd_post_products.c
index 5ed0717..9a96ff1 100644
--- a/src/testing/testing_api_cmd_post_products.c
+++ b/src/testing/testing_api_cmd_post_products.c
@@ -111,6 +111,7 @@ struct PostProductsState
  * Callback for a POST /products operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 post_products_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_tip_authorize.c 
b/src/testing/testing_api_cmd_tip_authorize.c
index b6dd271..a34ba12 100644
--- a/src/testing/testing_api_cmd_tip_authorize.c
+++ b/src/testing/testing_api_cmd_tip_authorize.c
@@ -102,8 +102,9 @@ struct TipAuthorizeState
  *
  * @param cls closure
  * @param hr HTTP response we got
- * @param taler_tip_uri URI to let the wallet know about the tip
  * @param tip_id unique identifier for the tip
+ * @param taler_tip_uri URI to let the wallet know about the tip
+ * @param expiration when the tip expires
  */
 static void
 tip_authorize_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_wallet_get_order.c 
b/src/testing/testing_api_cmd_wallet_get_order.c
index 6a8a6e8..f0b94f8 100644
--- a/src/testing/testing_api_cmd_wallet_get_order.c
+++ b/src/testing/testing_api_cmd_wallet_get_order.c
@@ -509,7 +509,7 @@ conclude_task (void *cls)
  * @param refund_pending #GNUNET_YES if there are refunds waiting to be
  *        obtained, #GNUNET_NO if all refunds have been obtained, 
#GNUNET_SYSERR
  *        on error.
- * @param refunded_amount amount that was refunded, NULL if there
+ * @param refund_amount amount that was refunded, NULL if there
  *        was no refund
  * @param taler_pay_uri the URI that instructs the wallets to process
  *                      the payment

-- 
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]