tellform/conf.json

28 lines
841 B
JSON
Raw Permalink Normal View History

2015-12-12 20:08:48 +00:00
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_",
2017-04-21 04:29:39 +00:00
"exclude": [ "test/*", "examples/*", "node_modules/*" ]
2015-12-12 20:08:48 +00:00
},
"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" : "flatly",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true
2017-04-21 04:46:26 +00:00
}
2017-04-21 04:29:39 +00:00
}