summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 16:36:30 +0200
committerMS <ms@taler.net>2020-10-15 16:36:30 +0200
commit5ea59df5baf316be47615c7a1b4639472a94e12c (patch)
tree0e047daafafc462c030f02f4496bb1a15dba11a0 /src/testing
parent01126ed1389937fe6f4d2fe7c0a4ca27026bb57c (diff)
downloadmerchant-5ea59df5baf316be47615c7a1b4639472a94e12c.tar.gz
merchant-5ea59df5baf316be47615c7a1b4639472a94e12c.tar.bz2
merchant-5ea59df5baf316be47615c7a1b4639472a94e12c.zip
Doxygen fixes
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_abort_order.c3
-rw-r--r--src/testing/testing_api_cmd_patch_instance.c1
-rw-r--r--src/testing/testing_api_cmd_patch_product.c1
-rw-r--r--src/testing/testing_api_cmd_post_instances.c1
-rw-r--r--src/testing/testing_api_cmd_post_orders.c2
-rw-r--r--src/testing/testing_api_cmd_post_products.c1
-rw-r--r--src/testing/testing_api_cmd_tip_authorize.c3
-rw-r--r--src/testing/testing_api_cmd_wallet_get_order.c2
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 a72682b3..c0c4a155 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 5bb55489..817ffe17 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 87e63a45..b844e1fd 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 bea5cfb9..6e44f26b 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 a7ecc1cd..3adcf7d0 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 5ed0717e..9a96ff18 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 b6dd2712..a34ba123 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 6a8a6e88..f0b94f82 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