Added phaser build and hellophaser sample
This commit is contained in:
25
docs/build/docstrap-master/template/jsdoc.conf.json
vendored
Normal file
25
docs/build/docstrap-master/template/jsdoc.conf.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"tags" : {
|
||||
"allowUnknownTags" : true
|
||||
},
|
||||
"plugins" : ["plugins/markdown"],
|
||||
"templates" : {
|
||||
"cleverLinks" : false,
|
||||
"monospaceLinks" : false,
|
||||
"default" : {
|
||||
"outputSourceFiles" : true
|
||||
},
|
||||
"systemName" : "DocStrap",
|
||||
"footer" : "",
|
||||
"copyright" : "DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.",
|
||||
"navType" : "vertical",
|
||||
"theme" : "cerulean",
|
||||
"linenums" : true,
|
||||
"collapseSymbols" : false,
|
||||
"inverseNav" : true
|
||||
},
|
||||
"markdown" : {
|
||||
"parser" : "gfm",
|
||||
"hardwrap" : true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user