jsdoc.json 207 B

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