Skip to content

Commit f5d4570

Browse files
committed
Update exclusion filter
1 parent a8cfd40 commit f5d4570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/make/lib/docs/typedoc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ TYPEDOC_HTML_FLAGS ?= \
5252
--excludePrivate \
5353
--excludeProtected \
5454
--includeDeclarations \
55-
--exclude **/test*.ts \
55+
--exclude '{**/*test*,**/test*.ts,**/*.js,**/*test.ts}' \
5656
--name stdlib \
5757
--theme $(CONFIG_DIR)/typedoc/theme/ \
5858
--hideGenerator \
@@ -69,7 +69,7 @@ TYPEDOC_JSON_FLAGS ?= \
6969
--excludePrivate \
7070
--excludeProtected \
7171
--includeDeclarations \
72-
--exclude **/test*.ts \
72+
--exclude '{**/*test*,**/test*.ts,**/*.js,**/*test.ts}' \
7373
--name stdlib \
7474
--json $(TYPEDOC_JSON)
7575

0 commit comments

Comments
 (0)