aboutsummaryrefslogtreecommitdiffstats
path: root/jsdoc.json
diff options
context:
space:
mode:
authorNovem Linguae <novemlinguae@gmail.com>2024-06-06 03:27:47 -0700
committerNovem Linguae <NovemLinguae@gmail.com>2024-06-10 17:47:43 +0000
commite46e9a581c1c352f0c89e939f42377d07852614a (patch)
tree75e9ca2ce6aeaca26a2bbcc3edf10b5de371cc17 /jsdoc.json
parent3d389683872f55d0327ba0e9226cd9519689dcdb (diff)
downloadmediawikicore-e46e9a581c1c352f0c89e939f42377d07852614a.tar.gz
mediawikicore-e46e9a581c1c352f0c89e939f42377d07852614a.zip
JSDoc: alphabetize config file
Change-Id: Ia2abaf56c627309e5a3b1fa6c4137bdc5e23373e
Diffstat (limited to 'jsdoc.json')
-rw-r--r--jsdoc.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/jsdoc.json b/jsdoc.json
index 11f9fee4d8ec..12e097711bcc 100644
--- a/jsdoc.json
+++ b/jsdoc.json
@@ -20,10 +20,10 @@
},
"plugins": [
"node_modules/jsdoc-wmf-theme/plugins/allow-dots-in-modules",
- "plugins/markdown",
+ "node_modules/jsdoc-wmf-theme/plugins/betterlinks",
"node_modules/jsdoc-wmf-theme/plugins/externals",
"node_modules/jsdoc-wmf-theme/plugins/summarize",
- "node_modules/jsdoc-wmf-theme/plugins/betterlinks"
+ "plugins/markdown"
],
"source": {
"include": [
@@ -59,12 +59,12 @@
"HTMLElement": "https://developer.mozilla.org/docs/Web/API/HTMLElement",
"HTMLInputElement": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement",
"HTMLStyleElement": "https://developer.mozilla.org/docs/Web/API/HTMLStyleElement",
- "JSON.parse": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse",
- "jQuery": "https://api.jquery.com/jQuery/",
- "jQuery.fn": "https://api.jquery.com/jQuery/",
"jQuery.Deferred": "https://api.jquery.com/Types/#Deferred",
"jQuery.Event": "https://api.jquery.com/Types/#Event",
+ "jQuery.fn": "https://api.jquery.com/jQuery/",
"jQuery.Promise": "https://api.jquery.com/Types/#Promise",
+ "jQuery": "https://api.jquery.com/jQuery/",
+ "JSON.parse": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse",
"Node": "https://developer.mozilla.org/docs/Web/API/Node",
"number": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number",
"Object": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object",