Skip to content

Commit

Permalink
docs: Regen docs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 23, 2020
1 parent 17af79a commit 4f466db
Showing 1 changed file with 36 additions and 15 deletions.
51 changes: 36 additions & 15 deletions docs/data/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,12 @@
"wlua"
]
},
{
"Name": "MLIR",
"Aliases": [
"mlir"
]
},
{
"Name": "Mako",
"Aliases": [
Expand Down Expand Up @@ -1113,6 +1119,14 @@
"squidconf"
]
},
{
"Name": "Standard ML",
"Aliases": [
"fun",
"sig",
"sml"
]
},
{
"Name": "Swift",
"Aliases": [
Expand All @@ -1133,6 +1147,13 @@
"toml"
]
},
{
"Name": "TableGen",
"Aliases": [
"tablegen",
"td"
]
},
{
"Name": "Tcl",
"Aliases": [
Expand Down Expand Up @@ -2447,10 +2468,10 @@
]
},
"Ge": {
"Description": "Ge returns the boolean truth of arg1 \u003e= arg2.",
"Description": "Ge returns the boolean truth of arg1 \u003e= arg2 \u0026\u0026 arg1 \u003e= arg3 \u0026\u0026 arg1 \u003e= arg4.",
"Args": [
"a",
"b"
"first",
"others"
],
"Aliases": [
"ge"
Expand All @@ -2463,43 +2484,43 @@
]
},
"Gt": {
"Description": "Gt returns the boolean truth of arg1 \u003e arg2.",
"Description": "Gt returns the boolean truth of arg1 \u003e arg2 \u0026\u0026 arg1 \u003e arg3 \u0026\u0026 arg1 \u003e arg4.",
"Args": [
"a",
"b"
"first",
"others"
],
"Aliases": [
"gt"
],
"Examples": []
},
"Le": {
"Description": "Le returns the boolean truth of arg1 \u003c= arg2.",
"Description": "Le returns the boolean truth of arg1 \u003c= arg2 \u0026\u0026 arg1 \u003c= arg3 \u0026\u0026 arg1 \u003c= arg4.",
"Args": [
"a",
"b"
"first",
"others"
],
"Aliases": [
"le"
],
"Examples": []
},
"Lt": {
"Description": "Lt returns the boolean truth of arg1 \u003c arg2.",
"Description": "Lt returns the boolean truth of arg1 \u003c arg2 \u0026\u0026 arg1 \u003c arg3 \u0026\u0026 arg1 \u003c arg4.",
"Args": [
"a",
"b"
"first",
"others"
],
"Aliases": [
"lt"
],
"Examples": []
},
"Ne": {
"Description": "Ne returns the boolean truth of arg1 != arg2.",
"Description": "Ne returns the boolean truth of arg1 != arg2 \u0026\u0026 arg1 != arg3 \u0026\u0026 arg1 != arg4.",
"Args": [
"x",
"y"
"first",
"others"
],
"Aliases": [
"ne"
Expand Down

0 comments on commit 4f466db

Please sign in to comment.