From ec92a0ab1c6a3b66306315353672692f0c1646e8 Mon Sep 17 00:00:00 2001 From: Martin Dragnev Date: Tue, 31 Mar 2026 16:52:56 +0300 Subject: [PATCH] refactor: Remove excludeNotDocumented option from TypeDoc configuration --- scripts/build-typedoc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build-typedoc.js b/scripts/build-typedoc.js index 54a75414a..bbbcd95e8 100644 --- a/scripts/build-typedoc.js +++ b/scripts/build-typedoc.js @@ -108,7 +108,6 @@ async function main() { router: 'kind', excludePrivate: true, excludeProtected: true, - excludeNotDocumented: true, suppressCommentWarningsInDeclarationFiles: true, name: 'Ignite UI for Web Components', readme: 'none',