jsdoc.json 718 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "source": {
  3. "include": ["src", "README.md"],
  4. "includePattern": ".+\\.js(doc)?$"
  5. },
  6. "opts": {
  7. "template": "./doc/jsdoc-tmpl",
  8. "encoding": "utf8",
  9. "destination": "./doc/api/",
  10. "recurse": true
  11. },
  12. "plugins": ["plugins/markdown"],
  13. "templates": {
  14. "applicationName": "ZRender",
  15. "disqus": "",
  16. "googleAnalytics": "",
  17. "openGraph": {
  18. "title": "",
  19. "type": "website",
  20. "image": "",
  21. "site_name": "",
  22. "url": ""
  23. },
  24. "meta": {
  25. "title": "",
  26. "description": "",
  27. "keyword": ""
  28. }
  29. },
  30. "readme": "./README.md"
  31. }