Permalink
Browse files

Fix jsDoc

Apparently the paths to plugins/templates were "fixed" in the latest
version of jsDoc, which means our paths were now wrong and needed to be
updated.
  • Loading branch information...
1 parent ed53607 commit 943abdc6d53d10abd2daf5b1ecec1ee422551d29 @mramato mramato committed Jul 10, 2017
Showing with 3 additions and 3 deletions.
  1. +3 −3 Tools/jsdoc/conf.json
View
@@ -8,7 +8,7 @@
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
- "plugins": ["cesiumTags"],
+ "plugins": ["./Tools/jsdoc/cesiumTags"],
"templates": {
"cleverLinks": true,
"default": {
@@ -18,7 +18,7 @@
},
"opts": {
"destination": "Build/Documentation",
- "template": "cesium_template",
+ "template": "./Tools/jsdoc/cesium_template",
"recurse": true
}
-}
+}

0 comments on commit 943abdc

Please sign in to comment.