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:39:50 +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 060bf5d  Doxygen fixes
060bf5d is described below

commit 060bf5d75832a0e55c7a8a98177720e7b6b76671
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 16:39:45 2020 +0200

    Doxygen fixes
---
 src/testing/testing_api_cmd_delete_instance.c  | 1 +
 src/testing/testing_api_cmd_delete_order.c     | 1 +
 src/testing/testing_api_cmd_delete_product.c   | 1 +
 src/testing/testing_api_cmd_delete_reserve.c   | 1 +
 src/testing/testing_api_cmd_lock_product.c     | 1 +
 src/testing/testing_api_cmd_wallet_get_order.c | 2 +-
 6 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/testing/testing_api_cmd_delete_instance.c 
b/src/testing/testing_api_cmd_delete_instance.c
index 013e63f..9bb3efb 100644
--- a/src/testing/testing_api_cmd_delete_instance.c
+++ b/src/testing/testing_api_cmd_delete_instance.c
@@ -71,6 +71,7 @@ struct DeleteInstanceState
  * Callback for a /delete/instances/$ID operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 delete_instance_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_delete_order.c 
b/src/testing/testing_api_cmd_delete_order.c
index 0ddf6cf..73bf93b 100644
--- a/src/testing/testing_api_cmd_delete_order.c
+++ b/src/testing/testing_api_cmd_delete_order.c
@@ -66,6 +66,7 @@ struct DeleteOrderState
  * Callback for a DELETE /orders/$ID operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 delete_order_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_delete_product.c 
b/src/testing/testing_api_cmd_delete_product.c
index 193917b..d5a724f 100644
--- a/src/testing/testing_api_cmd_delete_product.c
+++ b/src/testing/testing_api_cmd_delete_product.c
@@ -66,6 +66,7 @@ struct DeleteProductState
  * Callback for a /delete/products/$ID operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 delete_product_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_delete_reserve.c 
b/src/testing/testing_api_cmd_delete_reserve.c
index fc12f04..fe95277 100644
--- a/src/testing/testing_api_cmd_delete_reserve.c
+++ b/src/testing/testing_api_cmd_delete_reserve.c
@@ -71,6 +71,7 @@ struct DeleteReserveState
  * Callback for a DELETE /reserves/$RESERVE_PUB operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 delete_reserve_cb (void *cls,
diff --git a/src/testing/testing_api_cmd_lock_product.c 
b/src/testing/testing_api_cmd_lock_product.c
index d99c25e..198b757 100644
--- a/src/testing/testing_api_cmd_lock_product.c
+++ b/src/testing/testing_api_cmd_lock_product.c
@@ -81,6 +81,7 @@ struct LockProductState
  * Callback for a POST /products/$ID/lock operation.
  *
  * @param cls closure for this function
+ * @param hr response being processed
  */
 static void
 lock_product_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 f0b94f8..a424e4a 100644
--- a/src/testing/testing_api_cmd_wallet_get_order.c
+++ b/src/testing/testing_api_cmd_wallet_get_order.c
@@ -88,7 +88,7 @@ struct WalletGetOrderState
  * @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]