diff --git a/jsdoc.json b/jsdoc.json new file mode 100644 index 000000000..9e60b901b --- /dev/null +++ b/jsdoc.json @@ -0,0 +1,10 @@ +{ + "source": { + "include": [ "UI/WebServerResources/js" ], + "includePattern": "(Common|Contacts|Mailer|Preferences|Scheduler)/.+\\.js$" + }, + "opts": { + "recurse": true, + "destination": "Documentation/JavaScript-API" + } +}