From 72764dc5f11db277268b24a30fcc7664695493e7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Feb 2020 17:13:43 +0100 Subject: doxygen fixes --- src/include/taler_exchange_service.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 4e917df87..175f08f17 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -930,7 +930,7 @@ TALER_EXCHANGE_refund_cancel (struct TALER_EXCHANGE_RefundHandle *refund); /** - * @brief A /reserve/status Handle + * @brief A /reserves/ GET Handle */ struct TALER_EXCHANGE_ReservesGetHandle; @@ -1140,14 +1140,14 @@ TALER_EXCHANGE_reserves_get (struct TALER_EXCHANGE_Handle *exchange, /** - * Cancel a reserve status request. This function cannot be used + * Cancel a reserve GET request. This function cannot be used * on a request handle if a response is already served for it. * - * @param rsh the reserve status request handle + * @param rgh the reserve request handle */ void TALER_EXCHANGE_reserves_get_cancel (struct - TALER_EXCHANGE_ReservesGetHandle *rhh); + TALER_EXCHANGE_ReservesGetHandle *rgh); /* ********************* POST /reserves/$RESERVE_PUB/withdraw *********************** */ -- cgit v1.2.3