merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 217f04d2a2e77ea4cbb48cd814cac145586e5a66
parent 27954156322f0a14829e946adc8a24eed1fed34a
Author: MS <ms@taler.net>
Date:   Fri,  9 Oct 2020 18:24:30 +0200

Addressing @file warnings

Diffstat:
Msrc/mustach/mustach-jansson.h | 2+-
Msrc/mustach/mustach.h | 2+-
Msrc/testing/testing_api_cmd_tip_pickup.c | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mustach/mustach-jansson.h b/src/mustach/mustach-jansson.h @@ -31,7 +31,7 @@ * * @template: the template string to instanciate * @root: the root json object to render - * @file: the file where to write the result + * \@file: the file where to write the result * * Returns 0 in case of success, -1 with errno set in case of system error * a other negative value in case of error. diff --git a/src/mustach/mustach.h b/src/mustach/mustach.h @@ -203,7 +203,7 @@ struct mustach_sbuf { * @template: the template string to instanciate * @itf: the interface to the functions that mustach calls * @closure: the closure to pass to functions called - * @file: the file where to write the result + * \@file: the file where to write the result * * Returns 0 in case of success, -1 with errno set in case of system error * a other negative value in case of error. diff --git a/src/testing/testing_api_cmd_tip_pickup.c b/src/testing/testing_api_cmd_tip_pickup.c @@ -18,7 +18,7 @@ */ /** - * @file testing_api_cmd_tip.c + * @file testing_api_cmd_tip_pickup.c * @brief command to test the tipping. * @author Marcello Stanisci */