aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-error-codes/h.template
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-08 14:27:40 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-06-08 14:27:40 -0400
commitd1cb6580aef39a49aaad670f1113008330d43f5c (patch)
treeaec4639a0cf2361f3390fbb390c470364766fc9b /gnu-taler-error-codes/h.template
parent3df34079629bed89b6d2e84ed396778075e61e0f (diff)
downloadgana-d1cb6580aef39a49aaad670f1113008330d43f5c.tar.gz
gana-d1cb6580aef39a49aaad670f1113008330d43f5c.zip
taler ec descriptions are one line and no longer have redundant http descriptions
Diffstat (limited to 'gnu-taler-error-codes/h.template')
-rw-r--r--gnu-taler-error-codes/h.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-taler-error-codes/h.template b/gnu-taler-error-codes/h.template
index 30bd44d..366aafb 100644
--- a/gnu-taler-error-codes/h.template
+++ b/gnu-taler-error-codes/h.template
@@ -1,7 +1,7 @@
1 1
2 2
3 /** 3 /**
4 * {{Description}}. 4 * {{Description}}
5 * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}). 5 * Returned with an HTTP status code of #MHD_HTTP_{{HttpStatus_Identifier}} ({{HttpStatus_Value}}).
6 * (A value of 0 indicates that the error is generated client-side). 6 * (A value of 0 indicates that the error is generated client-side).
7 */ 7 */