Permalink
Browse files

Merge pull request #5605 from AnalyticalGraphicsInc/fix-jsdoc

Fix jsDoc
  • Loading branch information...
2 parents 12e1d6d + 943abdc commit 722cc42853718c3ece142823c9d6ca7a5da9db45 @hpinkos hpinkos committed on GitHub 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 722cc42

Please sign in to comment.