diff options
author | MS <ms@taler.net> | 2020-10-20 17:28:24 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-10-20 17:28:24 +0200 |
commit | 3e2b8626e81a3f5a1b5b09973be447b4abfb3a26 (patch) | |
tree | d100789225c09a9e9ce846f84d5c7b4c3a9f793c /src | |
parent | a802706edfaff4a35f71a7f5ec3448b6ec8cfe9f (diff) |
Doxygen fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_merchant_service.h | 5 | ||||
-rw-r--r-- | src/lib/merchant_api_post_reserves.c | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 2a6f19c0..8db6af64 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -2036,8 +2036,7 @@ struct TALER_MERCHANT_PaidCoin /** * Pay a merchant. API for frontends talking to backends. Here, * the frontend does not have the coin's private keys, but just - * the public keys and signatures. Note the sublte difference - * in the type of @a coins compared to #TALER_MERCHANT_pay(). + * the public keys and signatures. * * This is a PUBLIC API, albeit in this form useful for the frontend, * in case the frontend is proxying the request. @@ -3373,7 +3372,7 @@ TALER_MERCHANT_tips_get2 (struct GNUNET_CURL_Context *ctx, /** * Cancel a GET /private/tips request. * - * @param + * @param tgh the operation to cancel */ void TALER_MERCHANT_tips_get_cancel (struct TALER_MERCHANT_TipsGetHandle *); diff --git a/src/lib/merchant_api_post_reserves.c b/src/lib/merchant_api_post_reserves.c index fa471984..59ae0efe 100644 --- a/src/lib/merchant_api_post_reserves.c +++ b/src/lib/merchant_api_post_reserves.c @@ -222,12 +222,6 @@ TALER_MERCHANT_reserves_post ( } -/** - * Cancel a POST /reserves request. This function cannot be used - * on a request handle if a response is already served for it. - * - * @param prh handle to the tracking operation being cancelled - */ void TALER_MERCHANT_reserves_post_cancel ( struct TALER_MERCHANT_PostReservesHandle *prh) |