diff options
author | MS <ms@taler.net> | 2020-10-15 16:39:45 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-15 16:39:45 +0200 |
commit | 060bf5d75832a0e55c7a8a98177720e7b6b76671 (patch) | |
tree | f2337155f53aa867952696d7e17e0cdfd6bd60a0 | |
parent | 5ea59df5baf316be47615c7a1b4639472a94e12c (diff) |
Doxygen fixes
-rw-r--r-- | src/testing/testing_api_cmd_delete_instance.c | 1 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_delete_order.c | 1 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_delete_product.c | 1 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_delete_reserve.c | 1 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_lock_product.c | 1 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_wallet_get_order.c | 2 |
6 files changed, 6 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_delete_instance.c b/src/testing/testing_api_cmd_delete_instance.c index 013e63f8..9bb3efb7 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 0ddf6cf2..73bf93be 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 193917b0..d5a724fe 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 fc12f04c..fe95277e 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 d99c25ef..198b7570 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 f0b94f82..a424e4a7 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 |