From e46e9a581c1c352f0c89e939f42377d07852614a Mon Sep 17 00:00:00 2001 From: Novem Linguae Date: Thu, 6 Jun 2024 03:27:47 -0700 Subject: JSDoc: alphabetize config file Change-Id: Ia2abaf56c627309e5a3b1fa6c4137bdc5e23373e --- jsdoc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jsdoc.json') 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", -- cgit v1.2.3