From 4f466db666dded1b6c6d1e6926e170f22164433a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 23 Jan 2020 11:55:08 +0100 Subject: [PATCH] docs: Regen docs helper --- docs/data/docs.json | 51 ++++++++++++++++++++++++++++++++------------- 1 file 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 @@ -676,6 +676,12 @@ "wlua" ] }, + { + "Name": "MLIR", + "Aliases": [ + "mlir" + ] + }, { "Name": "Mako", "Aliases": [ @@ -1113,6 +1119,14 @@ "squidconf" ] }, + { + "Name": "Standard ML", + "Aliases": [ + "fun", + "sig", + "sml" + ] + }, { "Name": "Swift", "Aliases": [ @@ -1133,6 +1147,13 @@ "toml" ] }, + { + "Name": "TableGen", + "Aliases": [ + "tablegen", + "td" + ] + }, { "Name": "Tcl", "Aliases": [ @@ -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"