Skip to content

Commit d72c7b2

Browse files
docs: exclude not exported symbols
1 parent 557c3db commit d72c7b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"name": "@uirouter/core",
44
"out": "_doc",
55
"stripInternal": true,
6-
"excludePrivate": true
6+
"excludePrivate": true,
7+
"excludeNotExported": true
78
}

0 commit comments

Comments
 (0)