From 24e5214c70720193dd82d058e399aae7093624a2 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 20 Oct 2020 16:39:50 +0200 Subject: @param --- src/testing/testing_api_cmd_post_orders.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_post_orders.c') 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, -- cgit v1.2.3