Skip to content

Commit

Permalink
better jsdoc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySievert committed Jul 13, 2014
1 parent 2794a23 commit 6347a50
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions jsdoc.json
Expand Up @@ -3,20 +3,19 @@
"allowUnknownTags" : true
},
"plugins" : ["plugins/markdown"],
"templates" : {
"path" : "ink-docstrap",
"cleverLinks" : false,
"monospaceLinks" : false,
"default" : {
"outputSourcePath" : true,
"outputSourceFiles": true
},
"footer" : "",
"navType" : "inline",
"theme" : "readable",
"linenums" : false,
"collapseSymbols" : false,
"inverseNav" : false
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
},
"systemName" : "Date-Utils",
"footer" : "",
"navType" : "vertical",
"theme" : "journal",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true
},
"markdown" : {
"parser" : "gfm",
Expand Down

0 comments on commit 6347a50

Please sign in to comment.