jsdoc.config.json 588 B

1234567891011121314151617181920212223242526
  1. {
  2. "source": {
  3. "include": [
  4. "./src"
  5. ],
  6. "includePattern": ".+\\.js(doc|x)?$"
  7. },
  8. "plugins": ["plugins/markdown"],
  9. "opts": {
  10. "template": "./node_modules/ink-docstrap/template/",
  11. "encoding": "utf8",
  12. "recurse": true,
  13. "verbose": true
  14. },
  15. "templates": {
  16. "cleverLinks": true,
  17. "outputSourceFiles": false,
  18. "includeDate": false,
  19. "useLongnameInNav": false,
  20. "systemName": "ComPDFKit for Web",
  21. "footer": "",
  22. "copyright": "",
  23. "navType": "vertical",
  24. "sort": "version"
  25. }
  26. }