gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 07/08: Doxygen fixes


From: gnunet
Subject: [taler-merchant] 07/08: Doxygen fixes
Date: Thu, 15 Oct 2020 13:05:43 +0200

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

ms pushed a commit to branch master
in repository merchant.

commit 42682207973f59f4ca87cb98bf870c0951ca6a0b
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 15 12:20:44 2020 +0200

    Doxygen fixes
---
 src/lib/merchant_api_delete_instance.c | 4 ++--
 src/lib/merchant_api_delete_order.c    | 2 +-
 src/lib/merchant_api_delete_product.c  | 2 +-
 src/lib/merchant_api_delete_reserve.c  | 7 +++----
 src/lib/merchant_api_get_config.c      | 2 +-
 src/lib/merchant_api_get_instance.c    | 2 +-
 src/lib/merchant_api_get_instances.c   | 2 +-
 src/lib/merchant_api_get_orders.c      | 2 +-
 src/lib/merchant_api_get_product.c     | 2 +-
 src/lib/merchant_api_get_products.c    | 2 +-
 10 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/src/lib/merchant_api_delete_instance.c 
b/src/lib/merchant_api_delete_instance.c
index 7dab16d..03b376e 100644
--- a/src/lib/merchant_api_delete_instance.c
+++ b/src/lib/merchant_api_delete_instance.c
@@ -116,9 +116,9 @@ handle_delete_instance_finished (void *cls,
  * @param backend_url HTTP base URL for the backend
  * @param instance_id which instance should be deleted
  * @param purge purge instead of just deleting
- * @param instances_cb function to call with the
+ * @param cb function to call with the
  *        backend's return
- * @param instances_cb_cls closure for @a config_cb
+ * @param cb_cls closure for @a config_cb
  * @return the instances handle; NULL upon error
  */
 static struct TALER_MERCHANT_InstanceDeleteHandle *
diff --git a/src/lib/merchant_api_delete_order.c 
b/src/lib/merchant_api_delete_order.c
index 40f4f95..4651fcf 100644
--- a/src/lib/merchant_api_delete_order.c
+++ b/src/lib/merchant_api_delete_order.c
@@ -67,7 +67,7 @@ struct TALER_MERCHANT_OrderDeleteHandle
  *
  * @param cls the `struct TALER_MERCHANT_OrderDeleteHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_delete_order_finished (void *cls,
diff --git a/src/lib/merchant_api_delete_product.c 
b/src/lib/merchant_api_delete_product.c
index def4de7..196ec09 100644
--- a/src/lib/merchant_api_delete_product.c
+++ b/src/lib/merchant_api_delete_product.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_ProductDeleteHandle
  *
  * @param cls the `struct TALER_MERCHANT_ProductDeleteHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_delete_product_finished (void *cls,
diff --git a/src/lib/merchant_api_delete_reserve.c 
b/src/lib/merchant_api_delete_reserve.c
index c46d8ac..22c0aa5 100644
--- a/src/lib/merchant_api_delete_reserve.c
+++ b/src/lib/merchant_api_delete_reserve.c
@@ -70,7 +70,7 @@ struct TALER_MERCHANT_ReserveDeleteHandle
  *
  * @param cls the `struct TALER_MERCHANT_InstanceDeleteHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_delete_reserve_finished (void *cls,
@@ -115,9 +115,8 @@ handle_delete_reserve_finished (void *cls,
  * @param backend_url HTTP base URL for the backend
  * @param instance_id which instance should be deleted
  * @param purge purge instead of just deleting
- * @param instances_cb function to call with the
- *        backend's return
- * @param instances_cb_cls closure for @a config_cb
+ * @param cb function to call with the backend's return
+ * @param cb_cls closure for @a config_cb
  * @return the instances handle; NULL upon error
  */
 static struct TALER_MERCHANT_ReserveDeleteHandle *
diff --git a/src/lib/merchant_api_get_config.c 
b/src/lib/merchant_api_get_config.c
index 022364d..bbf1932 100644
--- a/src/lib/merchant_api_get_config.c
+++ b/src/lib/merchant_api_get_config.c
@@ -80,7 +80,7 @@ struct TALER_MERCHANT_ConfigGetHandle
  *
  * @param cls the `struct TALER_MERCHANT_ConfigGetHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_config_finished (void *cls,
diff --git a/src/lib/merchant_api_get_instance.c 
b/src/lib/merchant_api_get_instance.c
index 4ba3c86..35250bf 100644
--- a/src/lib/merchant_api_get_instance.c
+++ b/src/lib/merchant_api_get_instance.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_InstanceGetHandle
  *
  * @param cls the `struct TALER_MERCHANT_InstanceGetHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_get_instance_finished (void *cls,
diff --git a/src/lib/merchant_api_get_instances.c 
b/src/lib/merchant_api_get_instances.c
index b7a8240..ba2e560 100644
--- a/src/lib/merchant_api_get_instances.c
+++ b/src/lib/merchant_api_get_instances.c
@@ -148,7 +148,7 @@ parse_instances (const json_t *ia,
  *
  * @param cls the `struct TALER_MERCHANT_InstancesGetHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_instances_finished (void *cls,
diff --git a/src/lib/merchant_api_get_orders.c 
b/src/lib/merchant_api_get_orders.c
index 11be14d..ef85398 100644
--- a/src/lib/merchant_api_get_orders.c
+++ b/src/lib/merchant_api_get_orders.c
@@ -135,7 +135,7 @@ parse_orders (const json_t *ia,
  *
  * @param cls the `struct TALER_MERCHANT_OrdersGetHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_get_orders_finished (void *cls,
diff --git a/src/lib/merchant_api_get_product.c 
b/src/lib/merchant_api_get_product.c
index e1c5016..076a694 100644
--- a/src/lib/merchant_api_get_product.c
+++ b/src/lib/merchant_api_get_product.c
@@ -69,7 +69,7 @@ struct TALER_MERCHANT_ProductGetHandle
  *
  * @param cls the `struct TALER_MERCHANT_ProductGetHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_get_product_finished (void *cls,
diff --git a/src/lib/merchant_api_get_products.c 
b/src/lib/merchant_api_get_products.c
index 7a74320..47d4500 100644
--- a/src/lib/merchant_api_get_products.c
+++ b/src/lib/merchant_api_get_products.c
@@ -123,7 +123,7 @@ parse_products (const json_t *ia,
  *
  * @param cls the `struct TALER_MERCHANT_ProductsGetHandle`
  * @param response_code HTTP response code, 0 on error
- * @param json response body, NULL if not in JSON
+ * @param response response body, NULL if not in JSON
  */
 static void
 handle_get_products_finished (void *cls,

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