Skip to content

Commit dc0ca7b

Browse files
committed
jsdoc template
1 parent 51c3052 commit dc0ca7b

34 files changed

+13329
-3
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"tags" : {
3+
"allowUnknownTags" : true
4+
},
5+
"plugins" : ["plugins/markdown"],
6+
7+
"templates" : {
8+
"cleverLinks" : false,
9+
"monospaceLinks" : false,
10+
"dateFormat" : "ddd MMM Do YYYY",
11+
"outputSourceFiles" : true,
12+
"outputSourcePath" : true,
13+
"systemName" : "DocStrap",
14+
"footer" : "",
15+
"copyright" : "DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.",
16+
"navType" : "vertical",
17+
"theme" : "marklogic",
18+
"linenums" : true,
19+
"collapseSymbols" : false,
20+
"inverseNav" : true,
21+
"highlightTutorialCode" : true,
22+
"protocol": "fred://"
23+
},
24+
"markdown" : {
25+
"parser" : "gfm",
26+
"hardwrap" : true
27+
}
28+
}

0 commit comments

Comments
 (0)