diff --git a/Tools/jsdoc/conf.json b/Tools/jsdoc/conf.json index ea37b973f97..e8fbccf885c 100644 --- a/Tools/jsdoc/conf.json +++ b/Tools/jsdoc/conf.json @@ -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 } -} \ No newline at end of file +}