Add jsdoc.json

Configuration file for jsdoc:

  jsdoc -c jsdoc.json
pull/110/head
Francis Lachapelle 2015-10-06 09:55:32 -04:00
parent 9fa9b7acab
commit 459b183a42
1 changed files with 10 additions and 0 deletions

10
jsdoc.json 100644
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"
}
}