Skip to content

Commit 51e4edb

Browse files
committed
Update jsdoc-wmf-theme to 1.1.0
Bug: T368081 Change-Id: I3d9e2f8edcf2adcfe06b83a911b690b665f2b349
1 parent 6fcd80d commit 51e4edb

File tree

3 files changed

+115
-127
lines changed

3 files changed

+115
-127
lines changed

jsdoc.json

+8-40
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
}
1414
},
1515
"plugins": [
16-
"plugins/markdown",
17-
"node_modules/jsdoc-wmf-theme/plugins/allow-dots-in-modules",
18-
"node_modules/jsdoc-wmf-theme/plugins/betterlinks",
19-
"node_modules/jsdoc-wmf-theme/plugins/externals",
20-
"node_modules/jsdoc-wmf-theme/plugins/summarize",
21-
"node_modules/jsdoc-class-hierarchy"
16+
"node_modules/jsdoc-wmf-theme/plugins/default"
2217
],
2318
"source": {
2419
"include": [ "modules/ve-mw", "modules/ve-mw-collab" ],
@@ -33,43 +28,16 @@
3328
"maintitle": "VisualEditor-MediaWiki",
3429
"repository": "https://gerrit.wikimedia.org/g/mediawiki/extensions/VisualEditor/",
3530
"prefixMap": {
36-
"OO.ui.": "https://doc.wikimedia.org/oojs-ui/master/js/{type}.html",
37-
"OO.": "https://doc.wikimedia.org/oojs/master/{type}.html",
3831
"ve.": "https://doc.wikimedia.org/visualeditor-standalone/master/{type}.html",
39-
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html"
32+
"mw.": "https://doc.wikimedia.org/mediawiki-core/master/js/{type}.html",
33+
"ve.ce.MW": true,
34+
"ve.dm.MW": true,
35+
"ve.init.mw.": true,
36+
"ve.ui.MW": true,
37+
"mw.libs.ve.": true
4038
},
41-
"prefixMapIgnore": [
42-
"ve.ce.MW",
43-
"ve.dm.MW",
44-
"ve.init.mw.",
45-
"ve.ui.MW",
46-
"mw.libs.ve."
47-
],
4839
"linkMap": {
49-
"VisualEditorOverlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/VisualEditorOverlay.html",
50-
51-
"Array": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
52-
"Error": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
53-
"Object": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object",
54-
"Promise": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
55-
56-
"Blob": "https://developer.mozilla.org/en-US/docs/Web/API/Blob",
57-
"DataTransfer": "https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer",
58-
"DataTransferItem": "https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem",
59-
"Event": "https://developer.mozilla.org/en-US/docs/Web/API/Event",
60-
"HTMLDocument": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLDocument",
61-
"HTMLElement": "https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement",
62-
"KeyboardEvent": "https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent",
63-
"MutationRecord": "https://developer.mozilla.org/en-US/docs/Web/API/MutationRecord",
64-
"Node": "https://developer.mozilla.org/en-US/docs/Web/API/Node",
65-
"NodeList": "https://developer.mozilla.org/en-US/docs/Web/API/NodeList",
66-
"Range": "https://developer.mozilla.org/en-US/docs/Web/API/Range",
67-
"Selection": "https://developer.mozilla.org/en-US/docs/Web/API/Selection",
68-
69-
"jQuery": "http://api.jquery.com/",
70-
"jQuery.Deferred": "http://api.jquery.com/jQuery.Deferred/",
71-
"jQuery.Event": "http://api.jquery.com/Types/#Event",
72-
"jQuery.Promise": "http://api.jquery.com/Types/#Promise"
40+
"VisualEditorOverlay": "https://doc.wikimedia.org/MobileFrontend/master/js/js/VisualEditorOverlay.html"
7341
}
7442
}
7543
}

0 commit comments

Comments
 (0)