From 5eb040c8828f7400177cd2afee01f2663821e549 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Tue, 30 Apr 2024 13:03:12 +0100 Subject: [PATCH] JSDoc: Load all plugins from theme Change-Id: I5f0febe08ca51aa0b5681ede143a54c42fb803d2 --- .jsdoc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.jsdoc.json b/.jsdoc.json index 4649e7293f..d0ba87ce89 100644 --- a/.jsdoc.json +++ b/.jsdoc.json @@ -14,7 +14,9 @@ }, "plugins": [ "plugins/markdown", - "plugins/summarize", + "node_modules/jsdoc-wmf-theme/plugins/allow-dots-in-modules", + "node_modules/jsdoc-wmf-theme/plugins/betterlinks", + "node_modules/jsdoc-wmf-theme/plugins/summarize", "node_modules/jsdoc-class-hierarchy", "lib/ve/build/jsdoc-externals.js" ],