gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: @param name[out] -> @param[out]


From: gnunet
Subject: [taler-merchant] branch master updated: @param name[out] -> @param[out] name
Date: Tue, 20 Oct 2020 16:41:56 +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 d47f36d  @param name[out] -> @param[out] name
d47f36d is described below

commit d47f36d19d0f306e2d37cc290d887eb5ec2610ac
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 20 16:41:38 2020 +0200

    @param name[out] -> @param[out] name
---
 src/include/taler_merchant_testing_lib.h     | 2 +-
 src/testing/testing_api_cmd_patch_instance.c | 2 +-
 src/testing/testing_api_cmd_patch_product.c  | 2 +-
 src/testing/testing_api_cmd_pay_order.c      | 2 +-
 src/testing/testing_api_cmd_post_instances.c | 2 +-
 src/testing/testing_api_cmd_post_products.c  | 2 +-
 src/testing/testing_api_cmd_post_reserves.c  | 2 +-
 src/testing/testing_api_cmd_post_transfers.c | 2 +-
 src/testing/testing_api_cmd_refund_order.c   | 2 +-
 src/testing/testing_api_cmd_tip_authorize.c  | 2 +-
 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 c324894..a68d598 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 817ffe1..3a93b54 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 b844e1f..7e4476d 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 0efa9b4..a3f1ff4 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 6e44f26..17b654f 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 9a96ff1..b1f497d 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 dbd0c21..4f18dbd 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 e036576..5faba8e 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 933ca52..c892712 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 be38e98..4f4d5b6 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

-- 
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]