summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 12:25:39 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-05-29 12:25:39 +0200
commit3304bdbe0cdd6e0d19cc88c07b22df29541f5b1c (patch)
tree9215a4aadbf5014c8b9528f292b0361319e84224
parenteb8549d94be9c36d49e9e1a1192d18ff88fcb7ca (diff)
downloadmerchant-3304bdbe0cdd6e0d19cc88c07b22df29541f5b1c.tar.gz
merchant-3304bdbe0cdd6e0d19cc88c07b22df29541f5b1c.tar.bz2
merchant-3304bdbe0cdd6e0d19cc88c07b22df29541f5b1c.zip
Get rid of old "@param selector".
-rw-r--r--src/lib/testing_api_cmd_pay.c10
-rw-r--r--src/lib/testing_api_cmd_proposal.c4
-rw-r--r--src/lib/testing_api_cmd_refund.c4
-rw-r--r--src/lib/testing_api_cmd_tip.c8
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 e6a5aa63..e6a98742 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 24bd57fe..a558fa45 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 0fc0e881..c3a50509 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 8f2f3dc7..ec747fa7 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