From d41a5c084f4655a7a58a2247bab46c98ff454d33 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 14 Dec 2015 14:43:01 -0800 Subject: [PATCH] GUAC-791: Add configuration file for JSDoc generation. --- guacamole-common-js/jsdoc-conf.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 guacamole-common-js/jsdoc-conf.json diff --git a/guacamole-common-js/jsdoc-conf.json b/guacamole-common-js/jsdoc-conf.json new file mode 100644 index 000000000..afa0ef830 --- /dev/null +++ b/guacamole-common-js/jsdoc-conf.json @@ -0,0 +1,9 @@ +{ + "source" : { + "include" : "src" + }, + "opts" : { + "recurse" : true, + "destination" : "target/site/jsdoc" + } +}