jsdoc.config.json 632 B

12345678910111213141516171819202122232425
  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/tsl",
  19. "src"
  20. ],
  21. "exclude": [
  22. "src/extras/PMREMGenerator.js"
  23. ]
  24. }
  25. }
粤ICP备19079148号