From 88ecba945e5d89bfda14f9a169201d303c1892c6 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 11 Jul 2023 09:06:28 +0200 Subject: -handle doxygen complaints --- src/lib/auditor_api_get_config.c | 2 +- src/lib/exchange_api_age_withdraw.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/auditor_api_get_config.c b/src/lib/auditor_api_get_config.c index ede702a0..c9f36656 100644 --- a/src/lib/auditor_api_get_config.c +++ b/src/lib/auditor_api_get_config.c @@ -95,7 +95,7 @@ struct TALER_AUDITOR_GetConfigHandle * in the @a key_data. * * @param[in] resp_obj JSON object to parse - * @param[in,out] auditor where to store the results we decoded + * @param[in,out] vi where to store the results we decoded * @param[out] vc where to store config compatibility data * @return #TALER_EC_NONE on success */ diff --git a/src/lib/exchange_api_age_withdraw.c b/src/lib/exchange_api_age_withdraw.c index 9122dff7..7bad025b 100644 --- a/src/lib/exchange_api_age_withdraw.c +++ b/src/lib/exchange_api_age_withdraw.c @@ -382,7 +382,8 @@ reserve_age_withdraw_payment_required ( * HTTP /reserves/$RESERVE_PUB/age-withdraw request. * * @param cls the `struct TALER_EXCHANGE_AgeWithdrawHandle` - * @param aw2r response data + * @param response_code The HTTP response code + * @param response response data */ static void handle_reserve_age_withdraw_finished ( @@ -651,6 +652,7 @@ ERROR: * Prepares the request URL for the age-withdraw request * * @param awh The handler + * @param exchange_url The base-URL to the exchange */ static enum GNUNET_GenericReturnValue -- cgit v1.2.3