gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: Doxygen fixes


From: gnunet
Subject: [taler-merchant] branch master updated: Doxygen fixes
Date: Tue, 20 Oct 2020 17:28:31 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 3e2b862  Doxygen fixes
3e2b862 is described below

commit 3e2b8626e81a3f5a1b5b09973be447b4abfb3a26
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 17:28:24 2020 +0200

    Doxygen fixes
---
 src/include/taler_merchant_service.h | 5 ++---
 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 2a6f19c..8db6af6 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 fa47198..59ae0ef 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)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]