summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 17:28:24 +0200
committerMS <ms@taler.net>2020-10-20 17:28:24 +0200
commit3e2b8626e81a3f5a1b5b09973be447b4abfb3a26 (patch)
treed100789225c09a9e9ce846f84d5c7b4c3a9f793c /src/include/taler_merchant_service.h
parenta802706edfaff4a35f71a7f5ec3448b6ec8cfe9f (diff)
downloadmerchant-3e2b8626e81a3f5a1b5b09973be447b4abfb3a26.tar.gz
merchant-3e2b8626e81a3f5a1b5b09973be447b4abfb3a26.tar.bz2
merchant-3e2b8626e81a3f5a1b5b09973be447b4abfb3a26.zip
Doxygen fixes
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h5
1 files changed, 2 insertions, 3 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 *);