conf.json 940 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "tags": {
  3. "allowUnknownTags": true
  4. },
  5. "plugins": ["plugins/markdown"],
  6. "templates": {
  7. "includeDate": true,
  8. "dateFormat": "Do MMM YYYY",
  9. "systemName": "FooDoc",
  10. "systemSummary": "A Bootstrap and Handlebars based JSDoc3 template.",
  11. "systemLogo": "",
  12. "systemColor": "",
  13. "copyright": "FooDoc Copyright © 2016 The contributors to the JSDoc3 and FooDoc projects.",
  14. "linenums": true,
  15. "collapseSymbols": true,
  16. "inverseNav": true,
  17. "inlineNav": false,
  18. "outputSourceFiles": true,
  19. "outputSourcePath": false,
  20. "disablePackagePath": true,
  21. "methodHeadingReturns": true,
  22. "showTableOfContents": true,
  23. "showAccessFilter": false,
  24. "sort": "linenum, longname, version, since",
  25. "search": true,
  26. "analytics": {"ua": null, "domain": null},
  27. "favicon": null,
  28. "stylesheets": [],
  29. "scripts": []
  30. },
  31. "markdown": {
  32. "parser": "gfm",
  33. "hardwrap": true
  34. }
  35. }