gamecloud
Version:
game logic server over cloud
32 lines (31 loc) • 611 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"config/",
"ctrl/",
"facade/",
"logic/",
"model/",
"util/"
],
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "./docs/reference",
"recurse": true,
"private": true,
"pedantic": true
}
}