Permalink
| { | |
| "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" | |
| } | |
| } |