Skip to content

Commit f7cbf46

Browse files
committed
Trim back exclude config
1 parent 8982017 commit f7cbf46

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

typedoc.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"customCss": "styles.css",
23
"entryPoints": [
34
"submodules/engine/src/index.js",
45
"submodules/editor-api/index.js",
@@ -8,10 +9,7 @@
89
],
910
"excludeNotDocumented": true,
1011
"exclude": [
11-
"**/node_modules/**",
12-
// Contains interfaces we also do not want to export so ignore entire files
13-
"submodules/engine/src/scene/gsplat/gsplat-data.js",
14-
"submodules/engine/src/scene/gsplat/gsplat-material.js"
12+
"**/node_modules/**"
1513
],
1614
"githubPages": true,
1715
"hostedBaseUrl": "https://api.playcanvas.com/",
@@ -34,7 +32,6 @@
3432
"Classes": 2
3533
},
3634
"sortEntryPoints": false,
37-
"customCss": "styles.css",
3835

3936
// Options for typedoc-plugin-missing-exports
4037
"placeInternalsInOwningModule": true

0 commit comments

Comments
 (0)