aboutsummaryrefslogtreecommitdiffstats
path: root/development/.jsdoc.json
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-07-12 23:42:36 +0800
committerGitHub <noreply@github.com>2019-07-12 23:42:36 +0800
commitea7ba5dd5fa34fd06689dfe72577670542d53412 (patch)
treebb6dc223f6f28b493e08b9091f6306117537a29e /development/.jsdoc.json
parent2eea38868081d5e1d87b70712253cceb750f2011 (diff)
downloadtangerine-wallet-browser-ea7ba5dd5fa34fd06689dfe72577670542d53412.tar.gz
tangerine-wallet-browser-ea7ba5dd5fa34fd06689dfe72577670542d53412.tar.zst
tangerine-wallet-browser-ea7ba5dd5fa34fd06689dfe72577670542d53412.zip
Remove unused AppVeyor configuration (#6840)
The AppVeyor configuration appears to be unused - this project is not connected to AppVeyor. After deleting the AppVeyor config, the JSDoc config was the last thing in the `development/tools` directory. That felt a little silly, so I moved it up to `development`.
Diffstat (limited to 'development/.jsdoc.json')
-rw-r--r--development/.jsdoc.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/development/.jsdoc.json b/development/.jsdoc.json
new file mode 100644
index 000000000..fd90bf89f
--- /dev/null
+++ b/development/.jsdoc.json
@@ -0,0 +1,25 @@
+{
+ "tags": {
+ "allowUnknownTags": false
+ },
+ "source": {
+ "include": "app/scripts/",
+ "includePattern": ".js$",
+ "excludePattern": "(node_modules/|docs)"
+ },
+ "plugins": [
+ "plugins/markdown"
+ ],
+ "opts": {
+ "template": "node_modules/radgrad-jsdoc-template/",
+ "encoding": "utf8",
+ "destination": "docs/jsdocs",
+ "recurse": true,
+ "verbose": true
+ },
+ "templates": {
+ "cleverLinks": false,
+ "monospaceLinks": false
+ }
+}
+