Remove all inheritDoc tags from src/ol/

This commit is contained in:
Frederic Junod
2020-04-03 08:20:49 +02:00
parent d15ec1c12c
commit 9e862c1111
8 changed files with 13 additions and 12 deletions

View File

@@ -78,7 +78,7 @@ class ImageWrapper extends ImageBase {
}
/**
* @inheritDoc
* @return {HTMLCanvasElement|HTMLImageElement|HTMLVideoElement} Image.
* @api
*/
getImage() {

View File

@@ -76,7 +76,7 @@ class ImageCanvas extends ImageBase {
}
/**
* @inheritDoc
* Load not yet loaded URI.
*/
load() {
if (this.state == ImageState.IDLE) {

View File

@@ -68,7 +68,7 @@ class ImageTile extends Tile {
}
/**
* @inheritDoc
* @return {string} Key.
*/
getKey() {
return this.src_;
@@ -103,7 +103,7 @@ class ImageTile extends Tile {
}
/**
* @inheritDoc
* Load not yet loaded URI.
* @api
*/
load() {

View File

@@ -59,7 +59,8 @@ class TileQueue extends PriorityQueue {
}
/**
* @inheritDoc
* @param {Array} element Element.
* @return {boolean} The element was added to the queue.
*/
enqueue(element) {
const added = super.enqueue(element);

View File

@@ -155,14 +155,14 @@ class VectorRenderTile extends Tile {
}
/**
* @inheritDoc
* Load the tile.
*/
load() {
this.getSourceTiles();
}
/**
* @inheritDoc
* Remove from the cache due to expiry
*/
release() {
for (const key in this.context_) {

View File

@@ -87,14 +87,14 @@ class VectorTile extends Tile {
}
/**
* @inheritDoc
* @return {string} Key.
*/
getKey() {
return this.url_;
}
/**
* @inheritDoc
* Load not yet loaded URI.
*/
load() {
if (this.state == TileState.IDLE) {

View File

@@ -122,7 +122,7 @@ class ReprojImage extends ImageBase {
}
/**
* @inheritDoc
* @return {HTMLCanvasElement} Image.
*/
getImage() {
return this.canvas_;
@@ -156,7 +156,7 @@ class ReprojImage extends ImageBase {
}
/**
* @inheritDoc
* Load not yet loaded URI.
*/
load() {
if (this.state == ImageState.IDLE) {

View File

@@ -249,7 +249,7 @@ class ReprojTile extends Tile {
}
/**
* @inheritDoc
* Load not yet loaded URI.
*/
load() {
if (this.state == TileState.IDLE) {