gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: doxygen fixes


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: doxygen fixes
Date: Mon, 30 Oct 2017 15:40:00 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 90106da  doxygen fixes
90106da is described below

commit 90106dafe4c06ac65b38e45954b97839b3e16486
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Oct 30 15:39:57 2017 +0100

    doxygen fixes
---
 src/include/taler_merchant_service.h | 3 +++
 src/lib/test_merchant_api.c          | 8 ++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index 7a2c7f3..b9a6a8d 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -793,6 +793,9 @@ struct TALER_MERCHANT_TipAuthorizeOperation;
  * @param cls closure
  * @param http_status HTTP status returned by the merchant backend
  * @param ec taler-specific error code
+ * @param tip_id which tip ID should be used to pickup the tip
+ * @param tip_expiration when does the tip expire (needs to be picked up 
before this time)
+ * @param exchange_uri at what exchange can the tip be picked up
  */
 typedef void
 (*TALER_MERCHANT_TipAuthorizeCallback) (void *cls,
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 0ab41e6..c163e6a 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1382,6 +1382,7 @@ refund_increase_cb (void *cls,
  * @param cls closure, NULL
  * @param key current key
  * @param value a `struct TALER_Amount`
+ * @return always #GNUNET_YES (continue to iterate)
  */
 static int
 hashmap_free (void *cls,
@@ -1678,6 +1679,7 @@ track_transfer_cb (void *cls,
  *
  * @param cls closure
  * @param http_status HTTP status code we got
+ * @param json full response we got
  */
 static void
 proposal_lookup_cb (void *cls,
@@ -1701,8 +1703,6 @@ proposal_lookup_cb (void *cls,
  * @param http_status HTTP status code we got, 0 on exchange protocol violation
  * @param ec taler-specific error code
  * @param json original json reply
- * @param num_transfers number of wire transfers involved in setting the 
transaction
- * @param transfers detailed list of transfers involved and their coins
  */
 static void
 track_transaction_cb (void *cls,
@@ -1775,6 +1775,9 @@ tip_enable_cb (void *cls,
  * @param cls closure
  * @param http_status HTTP status returned by the merchant backend
  * @param ec taler-specific error code
+ * @param tip_id which tip ID should be used to pickup the tip
+ * @param tip_expiration when does the tip expire (needs to be picked up 
before this time)
+ * @param exchange_uri at what exchange can the tip be picked up
  */
 static void
 tip_authorize_cb (void *cls,
@@ -2066,6 +2069,7 @@ cleanup_state (struct InterpreterState *is)
 
 /**
  * Run the main interpreter loop that performs exchange operations.
+ *
  * @param cls contains the `struct InterpreterState`
  */
 static void

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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