summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 16:41:38 +0200
committerMS <ms@taler.net>2020-10-20 16:41:38 +0200
commitd47f36d19d0f306e2d37cc290d887eb5ec2610ac (patch)
treefc819f3528260f69c6c7d45506b1c170d03d97ad /src
parent24e5214c70720193dd82d058e399aae7093624a2 (diff)
downloadmerchant-d47f36d19d0f306e2d37cc290d887eb5ec2610ac.tar.gz
merchant-d47f36d19d0f306e2d37cc290d887eb5ec2610ac.tar.bz2
merchant-d47f36d19d0f306e2d37cc290d887eb5ec2610ac.zip
@param name[out] -> @param[out] name
Diffstat (limited to 'src')
-rw-r--r--src/include/taler_merchant_testing_lib.h2
-rw-r--r--src/testing/testing_api_cmd_patch_instance.c2
-rw-r--r--src/testing/testing_api_cmd_patch_product.c2
-rw-r--r--src/testing/testing_api_cmd_pay_order.c2
-rw-r--r--src/testing/testing_api_cmd_post_instances.c2
-rw-r--r--src/testing/testing_api_cmd_post_products.c2
-rw-r--r--src/testing/testing_api_cmd_post_reserves.c2
-rw-r--r--src/testing/testing_api_cmd_post_transfers.c2
-rw-r--r--src/testing/testing_api_cmd_refund_order.c2
-rw-r--r--src/testing/testing_api_cmd_tip_authorize.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index c3248949..a68d598d 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -1405,7 +1405,7 @@ TALER_TESTING_make_trait_claim_nonce (unsigned int index,
* @param cmd command to extract the trait from.
* @param index which nonce to pick if @a
* cmd has multiple on offer
- * @param nonce[out] set to the wanted data.
+ * @param[out] nonce set to the wanted data.
*
* @return #GNUNET_OK on success
*/
diff --git a/src/testing/testing_api_cmd_patch_instance.c b/src/testing/testing_api_cmd_patch_instance.c
index 817ffe17..3a93b543 100644
--- a/src/testing/testing_api_cmd_patch_instance.c
+++ b/src/testing/testing_api_cmd_patch_instance.c
@@ -188,7 +188,7 @@ patch_instance_run (void *cls,
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_patch_product.c b/src/testing/testing_api_cmd_patch_product.c
index b844e1fd..7e4476d8 100644
--- a/src/testing/testing_api_cmd_patch_product.c
+++ b/src/testing/testing_api_cmd_patch_product.c
@@ -188,7 +188,7 @@ patch_product_run (void *cls,
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_pay_order.c b/src/testing/testing_api_cmd_pay_order.c
index 0efa9b44..a3f1ff49 100644
--- a/src/testing/testing_api_cmd_pay_order.c
+++ b/src/testing/testing_api_cmd_pay_order.c
@@ -414,7 +414,7 @@ pay_cleanup (void *cls,
* Offer internal data useful to other commands.
*
* @param cls closure
- * @param ret[out] result
+ * @param[out] ret result
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_post_instances.c b/src/testing/testing_api_cmd_post_instances.c
index 6e44f26b..17b654f2 100644
--- a/src/testing/testing_api_cmd_post_instances.c
+++ b/src/testing/testing_api_cmd_post_instances.c
@@ -191,7 +191,7 @@ post_instances_run (void *cls,
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_post_products.c b/src/testing/testing_api_cmd_post_products.c
index 9a96ff18..b1f497db 100644
--- a/src/testing/testing_api_cmd_post_products.c
+++ b/src/testing/testing_api_cmd_post_products.c
@@ -185,7 +185,7 @@ post_products_run (void *cls,
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_post_reserves.c b/src/testing/testing_api_cmd_post_reserves.c
index dbd0c218..4f18dbde 100644
--- a/src/testing/testing_api_cmd_post_reserves.c
+++ b/src/testing/testing_api_cmd_post_reserves.c
@@ -127,7 +127,7 @@ post_reserves_cb (void *cls,
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_post_transfers.c b/src/testing/testing_api_cmd_post_transfers.c
index e036576c..5faba8ea 100644
--- a/src/testing/testing_api_cmd_post_transfers.c
+++ b/src/testing/testing_api_cmd_post_transfers.c
@@ -302,7 +302,7 @@ transfers_cb (void *cls,
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_refund_order.c b/src/testing/testing_api_cmd_refund_order.c
index 933ca524..c8927122 100644
--- a/src/testing/testing_api_cmd_refund_order.c
+++ b/src/testing/testing_api_cmd_refund_order.c
@@ -178,7 +178,7 @@ refund_increase_run (void *cls,
* state to other commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success
diff --git a/src/testing/testing_api_cmd_tip_authorize.c b/src/testing/testing_api_cmd_tip_authorize.c
index be38e98b..4f4d5b66 100644
--- a/src/testing/testing_api_cmd_tip_authorize.c
+++ b/src/testing/testing_api_cmd_tip_authorize.c
@@ -153,7 +153,7 @@ tip_authorize_cb (void *cls,
* commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success