summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/jsduck.categories.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oojs/oojs-ui/jsduck.categories.json')
-rw-r--r--vendor/oojs/oojs-ui/jsduck.categories.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/vendor/oojs/oojs-ui/jsduck.categories.json b/vendor/oojs/oojs-ui/jsduck.categories.json
new file mode 100644
index 00000000..c079f073
--- /dev/null
+++ b/vendor/oojs/oojs-ui/jsduck.categories.json
@@ -0,0 +1,80 @@
+[
+ {
+ "name": "OOjs UI",
+ "groups": [
+ {
+ "name": "General",
+ "classes": [
+ "OO.ui",
+ "OO.ui.Element",
+ "OO.ui.HtmlSnippet",
+ "OO.ui.Toolbar",
+ "OO.ui.Window",
+ "OO.ui.Dialog",
+ "OO.ui.WindowManager",
+ "OO.ui.Process",
+ "OO.ui.Error",
+ "OO.ui.ActionSet"
+ ]
+ },
+ {
+ "name": "Factories",
+ "classes": ["OO.ui.*Factory"]
+ },
+ {
+ "name": "Tools",
+ "classes": ["OO.ui.*Tool"]
+ },
+ {
+ "name": "Elements",
+ "classes": ["OO.ui.*Element"]
+ },
+ {
+ "name": "Layouts",
+ "classes": ["OO.ui.*Layout"]
+ },
+ {
+ "name": "Tool groups",
+ "classes": ["OO.ui.*ToolGroup"]
+ },
+ {
+ "name": "Widgets",
+ "classes": ["OO.ui.*Widget"]
+ },
+ {
+ "name": "Dialogs",
+ "classes": ["OO.ui.*Dialog"]
+ },
+ {
+ "name": "Themes",
+ "classes": ["OO.ui.*Theme"]
+ }
+ ]
+ },
+ {
+ "name": "Upstream",
+ "groups": [
+ {
+ "name": "OOJS",
+ "classes": ["OO", "OO.EventEmitter", "OO.Factory", "OO.Registry"]
+ },
+ {
+ "name": "jQuery",
+ "classes": ["jQuery", "jQuery.Event", "jQuery.Promise", "jQuery.Deferred", "jQuery.jqXHR"]
+ },
+ {
+ "name": "JavaScript",
+ "classes": [
+ "Array",
+ "Boolean",
+ "Date",
+ "Function",
+ "Number",
+ "Object",
+ "RegExp",
+ "String"
+ ]
+ }
+ ]
+ }
+]