jsdoc.config.json 708 B

123456789101112131415161718192021222324252627
  1. {
  2. "opts": {
  3. "destination": "docs_new",
  4. "encoding": "utf8",
  5. "package": "package.json",
  6. "recurse": true,
  7. "template": "utils/docs/template",
  8. "themeOpts": {
  9. "ignoreInheritedSymbols": true
  10. }
  11. },
  12. "plugins": [ "plugins/markdown" ],
  13. "source": {
  14. "include": [
  15. "examples/jsm/animation",
  16. "examples/jsm/capabilities",
  17. "examples/jsm/controls",
  18. "examples/jsm/curves",
  19. "examples/jsm/environments",
  20. "examples/jsm/tsl",
  21. "src"
  22. ],
  23. "exclude": [
  24. "src/extras/PMREMGenerator.js"
  25. ]
  26. }
  27. }
粤ICP备19079148号