summaryrefslogtreecommitdiff
path: root/jarmonbuild/jsdoc.json
blob: b2782a8a50adbbdf614f1811c72ebd7eeab3353a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"plugins": ["plugins/markdown"],
	"source": {
		"excludePattern": "\\.test\\.js$"
	},
	"templates": {
		"default": {
			"useLongnameInNav": true
		}
	}
}