Remove all inheritDoc tags from src/ol/layer

This commit is contained in:
Frederic Junod
2020-03-26 15:56:04 +01:00
parent 506aa7aae7
commit 15d36a22f0
6 changed files with 20 additions and 15 deletions
+3 -3
View File
@@ -93,7 +93,8 @@ class WebGLPointsLayer extends Layer {
}
/**
* @inheritDoc
* Create a renderer for this layer.
* @return {WebGLPointsLayerRenderer} A layer renderer.
*/
createRenderer() {
return new WebGLPointsLayerRenderer(this, {
@@ -109,8 +110,7 @@ class WebGLPointsLayer extends Layer {
}
/**
*
* @inheritDoc
* Clean up.
*/
disposeInternal() {
this.renderer_.dispose();