summaryrefslogtreecommitdiff
path: root/maintenance/jsduck/categories.json
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/jsduck/categories.json')
-rw-r--r--maintenance/jsduck/categories.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/maintenance/jsduck/categories.json b/maintenance/jsduck/categories.json
index d6163bde..eab2b632 100644
--- a/maintenance/jsduck/categories.json
+++ b/maintenance/jsduck/categories.json
@@ -13,7 +13,9 @@
"mw.html",
"mw.html.Cdata",
"mw.html.Raw",
- "mw.hook"
+ "mw.hook",
+ "mw.template",
+ "mw.errorLogger"
]
},
{
@@ -21,6 +23,7 @@
"classes": [
"mw.Title",
"mw.Uri",
+ "mw.messagePoster.*",
"mw.notification",
"mw.Notification_",
"mw.user",
@@ -54,7 +57,8 @@
{
"name": "Interfaces",
"classes": [
- "mw.Feedback"
+ "mw.Feedback",
+ "mw.Feedback.Dialog"
]
},
{
@@ -69,8 +73,7 @@
"mw.log",
"mw.inspect",
"mw.inspect.reports",
- "mw.Debug",
- "mw.Debug.profile"
+ "mw.Debug"
]
}
]