Skip to content
1b538c2
@englercj @drkibitz @JiDW
56 lines (55 sloc) 1.37 KB
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": [
"./src/"
],
"exclude": [
"./src/polyfill/"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks" : false,
"monospaceLinks": false,
"default" : {
"outputSourceFiles" : true
},
"applicationName": "PIXI",
"footer" : "Made with ♥ by <a href='http://goodboydigital.com'>Goodboy Digital</a>",
"copyright" : "PIXI Copyright © 2013-2015 Mat Groves.",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
"title": "",
"type": "website",
"image": "",
"site_name": "",
"url": ""
},
"meta": {
"title": "",
"description": "",
"keyword": ""
},
"linenums" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
},
"opts": {
"encoding" : "utf8",
"recurse" : true,
"private" : false,
"lenient" : true,
"destination" : "./docs",
"template" : "./node_modules/jaguarjs-jsdoc"
}
}
Something went wrong with that request. Please try again.