Add jsdoc.json

Configuration file for jsdoc:

  jsdoc -c jsdoc.json
This commit is contained in:
Francis Lachapelle
2015-10-06 09:55:32 -04:00
parent 9fa9b7acab
commit 459b183a42

10
jsdoc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"source": {
"include": [ "UI/WebServerResources/js" ],
"includePattern": "(Common|Contacts|Mailer|Preferences|Scheduler)/.+\\.js$"
},
"opts": {
"recurse": true,
"destination": "Documentation/JavaScript-API"
}
}