commit c6b72f4fdb36d5359b81c4c7c210f6070351f086 parent 01568327ad3b221cbbf55ee988f7e9878172aaf6 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 10 Jul 2023 19:44:49 +0200 -doxygen fixes Diffstat:
7 files changed, 10 insertions(+), 17 deletions(-)
diff --git a/contrib/taler-exchange.tag b/contrib/taler-exchange.tag @@ -64,7 +64,7 @@ <filename>taler_error_codes.h</filename> <member kind="function"> <type>enum TALER_ErrorCode</type> - <name>TALER_EC_MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_EXPIRED</name> + <name>TALER_EC_MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_EXPIRED</name> <anchorfile>taler_error_codes.h</anchorfile> </member> </compound> @@ -74,7 +74,7 @@ <filename>taler_error_codes.h</filename> <member kind="function"> <type>enum TALER_ErrorCode</type> - <name>TALER_EC_MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_RESERVE_NOT_FOUND</name> + <name>TALER_EC_MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_RESERVE_NOT_FOUND</name> <anchorfile>taler_error_codes.h</anchorfile> </member> </compound> @@ -84,7 +84,7 @@ <filename>taler_error_codes.h</filename> <member kind="function"> <type>enum TALER_ErrorCode</type> - <name>TALER_EC_MERCHANT_PRIVATE_POST_TIP_AUTHORIZE_INSUFFICIENT_FUNDS</name> + <name>TALER_EC_MERCHANT_PRIVATE_POST_REWARD_AUTHORIZE_INSUFFICIENT_FUNDS</name> <anchorfile>taler_error_codes.h</anchorfile> </member> </compound> @@ -154,7 +154,7 @@ <filename>taler_dbevents.h</filename> <member kind="function"> <type>#define</type> - <name>TALER_DBEVENT_MERCHANT_TIP_PICKUP</name> + <name>TALER_DBEVENT_MERCHANT_REWARD_PICKUP</name> <anchorfile>taler_dbevents.h</anchorfile> </member> </compound> diff --git a/src/backend/taler-merchant-exchange.c b/src/backend/taler-merchant-exchange.c @@ -306,6 +306,7 @@ download_keys (void *cls); * * @param cls closure with a `struct Exchange *` * @param kr response data + * @param[in] keys the keys of the exchange */ static void cert_cb ( diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -1396,14 +1396,6 @@ fail_and_retry (struct TMH_Exchange *exchange, } -/** - * Function called with the result of a - * /keys request to the exchange. - * - * @param cls a `struct TMH_Exchange *` - * @param kr response details - * @param[in] keys key data now owned by this function - */ static void keys_mgmt_cb (void *cls, const struct TALER_EXCHANGE_KeysResponse *kr, diff --git a/src/backend/taler-merchant-httpd_exchanges.h b/src/backend/taler-merchant-httpd_exchanges.h @@ -161,7 +161,7 @@ TMH_EXCHANGES_wire4exchange_cancel ( * Lookup current wire fee by @a exchange_url and * @a wire_method. * - * @param exchange_url base URL of the exchange + * @param wd wire details of the exchange * @param wire_method wire method to lookup fee by * @param[out] wire_fee set to the wire fee * @return #GNUNET_OK on success diff --git a/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c b/src/backend/taler-merchant-httpd_post-rewards-ID-pickup.c @@ -378,7 +378,7 @@ withdraw_cb (void *cls, /** - * Function called with the result of a #TMH_EXCHANGES_find_exchange() + * Function called with the result of a #TMH_EXCHANGES_keys4exchange() * operation as part of a withdraw objective. If the exchange is ready, * withdraws the planchet from the exchange. * @@ -477,7 +477,7 @@ do_timeout (void *cls) /** - * Function called with the result of a #TMH_EXCHANGES_find_exchange() + * Function called with the result of a #TMH_EXCHANGES_keys4exchange() * operation as part of a withdraw objective. Here, we initialize * the "total_requested" amount by adding up the cost of the planchets * provided by the client. diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c @@ -645,7 +645,7 @@ exchange_check_cb (void *cls, /** - * Function called with the result of a #TMH_EXCHANGES_find_exchange() + * Function called with the result of a #TMH_EXCHANGES_keys4exchange() * operation. Runs the KYC check against the exchange. * * @param cls closure with our `struct ExchangeKycRequest *` diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c @@ -586,7 +586,7 @@ deposit_get_cb (void *cls, /** - * Function called with the result of a #TMH_EXCHANGES_find_exchange() + * Function called with the result of a #TMH_EXCHANGES_keys4exchange() * operation. * * @param cls closure with a `struct GetOrderRequestContext *`