cods: Regen docs helper

This commit is contained in:
Bjørn Erik Pedersen 2023-03-01 16:35:23 +01:00
parent 5c317c55e7
commit a56b9071db
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -3493,7 +3493,7 @@
] ]
}, },
"Uniq": { "Uniq": {
"Description": "Uniq takes returns a new list with all duplicate elements in the list l removed.\nduplicate elements removed.", "Description": "Uniq returns a new list with duplicate elements in the list l removed.",
"Args": [ "Args": [
"l" "l"
], ],
@ -3602,6 +3602,20 @@
] ]
} }
}, },
"css": {
"Quoted": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"Unquoted": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
}
},
"data": { "data": {
"GetCSV": { "GetCSV": {
"Description": "GetCSV expects the separator sep and one or n-parts of a URL to a resource which\ncan either be a local or a remote one.\nThe data separator can be a comma, semi-colon, pipe, etc, but only one character.\nIf you provide multiple parts for the URL they will be joined together to the final URL.\nGetCSV returns nil or a slice slice to use in a short code.", "Description": "GetCSV expects the separator sep and one or n-parts of a URL to a resource which\ncan either be a local or a remote one.\nThe data separator can be a comma, semi-colon, pipe, etc, but only one character.\nIf you provide multiple parts for the URL they will be joined together to the final URL.\nGetCSV returns nil or a slice slice to use in a short code.",
@ -4782,6 +4796,12 @@
"Aliases": null, "Aliases": null,
"Examples": null "Examples": null
}, },
"GetIdentity": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"Home": { "Home": {
"Description": "", "Description": "",
"Args": null, "Args": null,
@ -4913,6 +4933,12 @@
] ]
] ]
}, },
"ContainsNonSpace": {
"Description": "",
"Args": null,
"Aliases": null,
"Examples": null
},
"Count": { "Count": {
"Description": "Count counts the number of non-overlapping instances of substr in s.\nIf substr is an empty string, Count returns 1 + the number of Unicode code points in s.", "Description": "Count counts the number of non-overlapping instances of substr in s.\nIf substr is an empty string, Count returns 1 + the number of Unicode code points in s.",
"Args": [ "Args": [
@ -5468,6 +5494,7 @@
"Markdownify": { "Markdownify": {
"Description": "Markdownify renders s from Markdown to HTML.", "Description": "Markdownify renders s from Markdown to HTML.",
"Args": [ "Args": [
"ctx",
"s" "s"
], ],
"Aliases": [ "Aliases": [