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