summaryrefslogtreecommitdiff
path: root/src/mustach/mustach-jansson.h
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 /src/mustach/mustach-jansson.h
parent27954156322f0a14829e946adc8a24eed1fed34a (diff)
downloadmerchant-217f04d2a2e77ea4cbb48cd814cac145586e5a66.tar.gz
merchant-217f04d2a2e77ea4cbb48cd814cac145586e5a66.tar.bz2
merchant-217f04d2a2e77ea4cbb48cd814cac145586e5a66.zip
Addressing @file warnings
Diffstat (limited to 'src/mustach/mustach-jansson.h')
-rw-r--r--src/mustach/mustach-jansson.h2
1 files changed, 1 insertions, 1 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.