Remove all inheritDoc tags from src/ol/control
This commit is contained in:
@@ -91,7 +91,7 @@ class Control extends BaseObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* Clean up.
|
||||||
*/
|
*/
|
||||||
disposeInternal() {
|
disposeInternal() {
|
||||||
removeNode(this.element);
|
removeNode(this.element);
|
||||||
|
|||||||
@@ -213,7 +213,10 @@ class FullScreen extends Control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* Remove the control from its current map and attach it to the new map.
|
||||||
|
* Subclasses may set up event handlers to get notified about changes to
|
||||||
|
* the map here.
|
||||||
|
* @param {import("../PluggableMap.js").default} map Map.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
setMap(map) {
|
setMap(map) {
|
||||||
|
|||||||
@@ -162,7 +162,10 @@ class MousePosition extends Control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* Remove the control from its current map and attach it to the new map.
|
||||||
|
* Subclasses may set up event handlers to get notified about changes to
|
||||||
|
* the map here.
|
||||||
|
* @param {import("../PluggableMap.js").default} map Map.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
setMap(map) {
|
setMap(map) {
|
||||||
|
|||||||
@@ -255,7 +255,10 @@ class OverviewMap extends Control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* Remove the control from its current map and attach it to the new map.
|
||||||
|
* Subclasses may set up event handlers to get notified about changes to
|
||||||
|
* the map here.
|
||||||
|
* @param {import("../PluggableMap.js").default} map Map.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
setMap(map) {
|
setMap(map) {
|
||||||
|
|||||||
@@ -148,7 +148,11 @@ class ZoomSlider extends Control {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritDoc
|
* Remove the control from its current map and attach it to the new map.
|
||||||
|
* Subclasses may set up event handlers to get notified about changes to
|
||||||
|
* the map here.
|
||||||
|
* @param {import("../PluggableMap.js").default} map Map.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
setMap(map) {
|
setMap(map) {
|
||||||
super.setMap(map);
|
super.setMap(map);
|
||||||
|
|||||||
Reference in New Issue
Block a user