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, 0 insertions, 80 deletions
diff --git a/vendor/oojs/oojs-ui/jsduck.categories.json b/vendor/oojs/oojs-ui/jsduck.categories.json
deleted file mode 100644
index c079f073..00000000
--- a/vendor/oojs/oojs-ui/jsduck.categories.json
+++ /dev/null
@@ -1,80 +0,0 @@
-[
- {
- "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"
- ]
- }
- ]
- }
-]