summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-05 11:57:25 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-05 11:57:49 +0100
commit81b7e48a55092203aeee8785799e6fed3928760e (patch)
tree44bd6c6878cbdce8f6ff671d09bc82313f75920c /docs
parent16e7c1120346bd853cf6510ffac8e94824bf2c7f (diff)
docs: Regenerate docshelper
See #6707 See #6616
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 7cdf8a405..4f5cbd251 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -1399,6 +1399,7 @@
},
"parser": {
"autoHeadingID": true,
+ "autoHeadingIDType": "github",
"attribute": true
},
"extensions": {
@@ -2993,7 +2994,7 @@
},
"fmt": {
"Errorf": {
- "Description": "Errorf formats according to a format specifier and returns the string as a\nvalue that satisfies error.",
+ "Description": "Errorf formats according to a format specifier and logs an ERROR.\nIt returns an empty string.",
"Args": [
"format",
"a"
@@ -3004,7 +3005,7 @@
"Examples": [
[
"{{ errorf \"%s.\" \"failed\" }}",
- "failed."
+ ""
]
]
},