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: Get rid of old "@pa


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Get rid of old "@param selector".
Date: Tue, 29 May 2018 12:26:05 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 3304bdb  Get rid of old "@param selector".
3304bdb is described below

commit 3304bdbe0cdd6e0d19cc88c07b22df29541f5b1c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 29 12:25:39 2018 +0200

    Get rid of old "@param selector".
---
 src/lib/testing_api_cmd_pay.c      | 10 +++-------
 src/lib/testing_api_cmd_proposal.c |  4 +---
 src/lib/testing_api_cmd_refund.c   |  4 +---
 src/lib/testing_api_cmd_tip.c      |  8 ++------
 4 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/src/lib/testing_api_cmd_pay.c b/src/lib/testing_api_cmd_pay.c
index e6a5aa6..e6a9874 100644
--- a/src/lib/testing_api_cmd_pay.c
+++ b/src/lib/testing_api_cmd_pay.c
@@ -978,11 +978,9 @@ pay_cleanup (void *cls,
  * Offer internal data useful to other commands.
  *
  * @param cls closure
- * @param ret[out] result (could be anything)
+ * @param ret[out] result
  * @param trait name of the trait
- * @param selector more detailed information about which object
- *                 to return in case there were multiple generated
- *                 by the command
+ * @param index index number of the object to extract.
  * @return #GNUNET_OK on success
  */
 static int
@@ -1192,9 +1190,7 @@ pay_abort_run (void *cls,
  * @param cls closure
  * @param ret[out] result (could be anything)
  * @param trait name of the trait
- * @param selector more detailed information about which object
- *                 to return in case there were multiple generated
- *                 by the command
+ * @param index index number of the object to extract.
  * @return #GNUNET_OK on success
  */
 static int
diff --git a/src/lib/testing_api_cmd_proposal.c 
b/src/lib/testing_api_cmd_proposal.c
index 24bd57f..a558fa4 100644
--- a/src/lib/testing_api_cmd_proposal.c
+++ b/src/lib/testing_api_cmd_proposal.c
@@ -162,9 +162,7 @@ struct ProposalLookupState
  * @param cls closure
  * @param ret[out] result (could be anything)
  * @param trait name of the trait
- * @param selector more detailed information about which object
- *                 to return in case there were multiple generated
- *                 by the command
+ * @param index index number of the object to extract.
  * @return #GNUNET_OK on success
  */
 static int
diff --git a/src/lib/testing_api_cmd_refund.c b/src/lib/testing_api_cmd_refund.c
index 0fc0e88..c3a5050 100644
--- a/src/lib/testing_api_cmd_refund.c
+++ b/src/lib/testing_api_cmd_refund.c
@@ -473,9 +473,7 @@ refund_lookup_run (void *cls,
  * @param cls closure
  * @param ret[out] result (could be anything)
  * @param trait name of the trait
- * @param selector more detailed information about which object
- *                 to return in case there were multiple generated
- *                 by the command
+ * @param index index number of the object to extract.
  * @return #GNUNET_OK on success
  */
 static int
diff --git a/src/lib/testing_api_cmd_tip.c b/src/lib/testing_api_cmd_tip.c
index 8f2f3dc..ec747fa 100644
--- a/src/lib/testing_api_cmd_tip.c
+++ b/src/lib/testing_api_cmd_tip.c
@@ -343,9 +343,7 @@ tip_authorize_cb (void *cls,
  * @param cls closure
  * @param ret[out] result (could be anything)
  * @param trait name of the trait
- * @param selector more detailed information about which object
- *                 to return in case there were multiple generated
- *                 by the command
+ * @param index index number of the object to extract.
  * @return #GNUNET_OK on success
  */
 static int
@@ -1070,9 +1068,7 @@ tip_pickup_cleanup (void *cls,
  * @param cls closure
  * @param ret[out] result (could be anything)
  * @param trait name of the trait
- * @param selector more detailed information about which object
- *                 to return in case there were multiple generated
- *                 by the command
+ * @param index index number of the object to extract.
  * @return #GNUNET_OK on success
  */
 static int

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



reply via email to

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