Remove all inheritDoc tags from src/ol/style

This commit is contained in:
Frederic Junod
2020-03-26 11:47:56 +01:00
parent 615ae71a8f
commit 506aa7aae7
5 changed files with 37 additions and 29 deletions
+4 -5
View File
@@ -38,11 +38,10 @@ class CircleStyle extends RegularShape {
}
/**
* Clones the style.
* @return {CircleStyle} The cloned style.
* @override
* @api
*/
* Clones the style.
* @return {CircleStyle} The cloned style.
* @api
*/
clone() {
const style = new CircleStyle({
fill: this.getFill() ? this.getFill().clone() : undefined,