summaryrefslogtreecommitdiffstats
path: root/docs/data
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-23 11:55:08 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-23 11:55:08 +0100
commit4f466db666dded1b6c6d1e6926e170f22164433a (patch)
treed33cd1965113571d8ef43b484f2a28b410c3b4f4 /docs/data
parent17af79a03e249a731cf5634ffea23ca00774333d (diff)
docs: Regen docs helper
Diffstat (limited to 'docs/data')
-rw-r--r--docs/data/docs.json51
1 files changed, 36 insertions, 15 deletions
diff --git a/docs/data/docs.json b/docs/data/docs.json
index 4f5cbd251..de575f230 100644
--- a/docs/data/docs.json
+++ b/docs/data/docs.json
@@ -677,6 +677,12 @@
]
},
{
+ "Name": "MLIR",
+ "Aliases": [
+ "mlir"
+ ]
+ },
+ {
"Name": "Mako",
"Aliases": [
"mako",
@@ -1114,6 +1120,14 @@
]
},
{
+ "Name": "Standard ML",
+ "Aliases": [
+ "fun",
+ "sig",
+ "sml"
+ ]
+ },
+ {
"Name": "Swift",
"Aliases": [
"swift"
@@ -1134,6 +1148,13 @@
]
},
{
+ "Name": "TableGen",
+ "Aliases": [
+ "tablegen",
+ "td"
+ ]
+ },
+ {
"Name": "Tcl",
"Aliases": [
"rvt",
@@ -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"
@@ -2463,10 +2484,10 @@
]
},
"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"
@@ -2474,10 +2495,10 @@
"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"
@@ -2485,10 +2506,10 @@
"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"
@@ -2496,10 +2517,10 @@
"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"