Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mpriour
Created October 22, 2013 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpriour/7107858 to your computer and use it in GitHub Desktop.
Save mpriour/7107858 to your computer and use it in GitHub Desktop.
My jsdoc configuration for esri js api & DocStrap templates
{
"tags" : {
"allowUnknownTags" : true
},
"plugins" : ["plugins/markdown"],
"source": {
"excludePattern": "(^|\\/|\\\\)\\."
},
"opts" : {
"template": "/Users/matt7238/projects/docstrap/template/",
"destination": "/Users/matt/Documents/workers",
"lenient": true,
"recurse": true
},
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"default" : {
"outputSourceFiles" : false
},
"systemName" : "esri JSAPI",
"footer" : "",
"copyright" : "Esri Javascript API Copyright © 2007-2013 Esri",
"navType" : "vertical",
"theme" : "cerulean",
"linenums" : false,
"collapseSymbols" : false,
"inverseNav" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment