merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 42682207973f59f4ca87cb98bf870c0951ca6a0b
parent 3ac2a749793b9d2e1791213651d3a0a5dcb751c8
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 12:20:44 +0200

Doxygen fixes

Diffstat:
Msrc/lib/merchant_api_delete_instance.c | 4++--
Msrc/lib/merchant_api_delete_order.c | 2+-
Msrc/lib/merchant_api_delete_product.c | 2+-
Msrc/lib/merchant_api_delete_reserve.c | 7+++----
Msrc/lib/merchant_api_get_config.c | 2+-
Msrc/lib/merchant_api_get_instance.c | 2+-
Msrc/lib/merchant_api_get_instances.c | 2+-
Msrc/lib/merchant_api_get_orders.c | 2+-
Msrc/lib/merchant_api_get_product.c | 2+-
Msrc/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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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,