From a8e96ab5dc75b21da3bff79ab328386cbc39fcdf Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 17 Aug 2024 17:51:18 -0400 Subject: [PATCH] Update JSDoc config --- jsdoc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsdoc.json b/jsdoc.json index 30ee42c..888e37e 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -1,8 +1,8 @@ { "source": { - "include": ["src"], + "include": ["addons", "discordBot", "modules", "rss-manager", "test"], "exclude": ["node_modules"], - "includePattern": ".+\\.js(doc|x)?$", + "includePattern": ".+\\.[mc]?js(doc|x)?$", "excludePattern": "(^|\\/|\\\\)_" }, "opts": {