summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_post_orders.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 16:39:50 +0200
committerMS <ms@taler.net>2020-10-20 16:39:50 +0200
commit24e5214c70720193dd82d058e399aae7093624a2 (patch)
tree00894d5371e82cc784535cd21e664d12f07ea1aa /src/testing/testing_api_cmd_post_orders.c
parentd615702a365d8f0b93c788c2bbad214d26ea3700 (diff)
downloadmerchant-24e5214c70720193dd82d058e399aae7093624a2.tar.gz
merchant-24e5214c70720193dd82d058e399aae7093624a2.tar.bz2
merchant-24e5214c70720193dd82d058e399aae7093624a2.zip
@param
Diffstat (limited to 'src/testing/testing_api_cmd_post_orders.c')
-rw-r--r--src/testing/testing_api_cmd_post_orders.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_post_orders.c b/src/testing/testing_api_cmd_post_orders.c
index 3adcf7d0..6977269d 100644
--- a/src/testing/testing_api_cmd_post_orders.c
+++ b/src/testing/testing_api_cmd_post_orders.c
@@ -144,7 +144,7 @@ struct OrdersState
* Offer internal data 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
@@ -632,7 +632,7 @@ mark_forgettable (void *cls,
* @param refund_deadline the deadline for refunds on this order.
* @param pay_deadline the deadline for payment on this order.
* @param amount the amount this order is for.
- * @param order[out] where to write the json string.
+ * @param[out] order where to write the json string.
*/
static void
make_order_json (const char *order_id,