summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-09 18:24:30 +0200
committerMS <ms@taler.net>2020-10-09 18:24:30 +0200
commit217f04d2a2e77ea4cbb48cd814cac145586e5a66 (patch)
tree1b34d800bf457c4426618ba9c7893b5035c049db
parent27954156322f0a14829e946adc8a24eed1fed34a (diff)
downloadmerchant-217f04d2a2e77ea4cbb48cd814cac145586e5a66.tar.gz
merchant-217f04d2a2e77ea4cbb48cd814cac145586e5a66.tar.bz2
merchant-217f04d2a2e77ea4cbb48cd814cac145586e5a66.zip
Addressing @file warnings
-rw-r--r--src/mustach/mustach-jansson.h2
-rw-r--r--src/mustach/mustach.h2
-rw-r--r--src/testing/testing_api_cmd_tip_pickup.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mustach/mustach-jansson.h b/src/mustach/mustach-jansson.h
index f1a1b761..b4a2ebe6 100644
--- 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
index b2e5f8f2..1fddb92e 100644
--- 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
index 80e372f7..495f80ff 100644
--- 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
*/