jsdoc.json 252 B

12345678910111213
  1. {
  2. "tags": {
  3. "allowUnknownTags": true
  4. },
  5. "source": {
  6. "include": ["dist/ByteBufferAB.js"]
  7. },
  8. "opts": {
  9. "template": "templates/esoccer",
  10. "destination": "docs"
  11. },
  12. "plugins": ["plugins/markdown"]
  13. }