Skip to content

Instantly share code, notes, and snippets.

@alivedise
Created December 11, 2013 02:51
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 alivedise/7904430 to your computer and use it in GitHub Desktop.
Save alivedise/7904430 to your computer and use it in GitHub Desktop.
conf.json
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["/Users/alive/Projects/gaia/apps/system/js"],
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"opts": {
"template": "templates/jsdoc3-bootstrap",
"encoding": "utf8",
"recurse": true,
"private": true,
"destination": "/Users/alive/Projects/gaia-system-jsdoc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment