Skip to content

Commit

Permalink
Merge pull request #5605 from AnalyticalGraphicsInc/fix-jsdoc
Browse files Browse the repository at this point in the history
Fix jsDoc
  • Loading branch information
Hannah authored Jul 10, 2017
2 parents 12e1d6d + 943abdc commit 722cc42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/jsdoc/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["cesiumTags"],
"plugins": ["./Tools/jsdoc/cesiumTags"],
"templates": {
"cleverLinks": true,
"default": {
Expand All @@ -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.