aboutsummaryrefslogtreecommitdiff
path: root/config/jsdoc.json
blob: 1ad13c43b62e63b602bd3b6404eb6b2507aa87c7 (plain)
1
2
3
4
5
6
7
8
9
{
  "plugins": ["plugins/markdown"],
  "opts": {
    "destination": "doc",
    "readme": "README.md",
    "template": "node_modules/jsdoc-augmented-template",
    "recurse": true
  }
}