Browse Source

Update jsdoc.config.json

Exclude lib directory.
Michael Herzog 11 months ago
parent
commit
c251947959
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/docs/jsdoc.config.json

+ 1 - 0
utils/docs/jsdoc.config.json

@@ -16,6 +16,7 @@
             "src"
         ],
         "exclude": [
+            "src/extras/lib",
             "src/renderers/common/extras/PMREMGenerator.js",
             "examples/jsm/helpers/LightProbeHelperGPU.js",
             "examples/jsm/helpers/TextureHelperGPU.js",

粤ICP备19079148号