27 lines
841 B
JSON
27 lines
841 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc","closure"]
|
|
},
|
|
"source": {
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_",
|
|
"exclude": [ "test/*", "examples/*", "node_modules/*" ]
|
|
},
|
|
"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
|
|
}
|
|
}
|