mediawiki-skins-MinervaNeue/jsdoc.json
jdlrobson eaa2692da0 Use jsdoc for generating Minerva documentation
Given the level of documentation in this repo is extremely
low now seems a good as time as any.

The resulting documentation is a vast improvement on before
grouping functions to an owner and introducing module names.

We can iterate on the documentation over time.

Bug: T138401
Change-Id: I9e787d40931d3d72a7037ce07d3ab0db8e72d825
2018-03-15 15:01:41 -07:00

23 lines
452 B
JSON

{
"opts": {
"encoding": "utf8",
"destination": "docs",
"packageX": "package.json",
"readme": "README.md",
"recurse": true
},
"plugins": [],
"recurseDepth": 10,
"source": {
"include": [ "resources" ],
"includePattern": ".+\\.js$"
},
"tags": {},
"templates": {
"cleverLinks": true,
"default": {
"useLongnameInNav": true
}
}
}