Add abstract tag at class level
This commit is contained in:
committed by
Guillaume Beraudo
parent
2e63590791
commit
546fc97cd4
@@ -17,6 +17,7 @@ goog.require('ol.source.Source');
|
||||
* Base class for sources providing a single image.
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.source.Source}
|
||||
* @param {ol.SourceImageOptions} options Single image source options.
|
||||
* @api
|
||||
|
||||
@@ -16,6 +16,7 @@ goog.require('ol.source.State');
|
||||
* A generic `change` event is triggered when the state of the source changes.
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.Object}
|
||||
* @param {ol.SourceSourceOptions} options Source options.
|
||||
* @api stable
|
||||
|
||||
@@ -18,6 +18,7 @@ goog.require('ol.tilegrid');
|
||||
* Base class for sources providing images divided into a tile grid.
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.source.Source}
|
||||
* @param {ol.SourceTileOptions} options Tile source options.
|
||||
* @api
|
||||
|
||||
@@ -12,6 +12,7 @@ goog.require('ol.source.TileEventType');
|
||||
* Base class for sources providing tiles divided into a tile grid over http.
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @fires ol.source.Tile.Event
|
||||
* @extends {ol.source.Tile}
|
||||
* @param {ol.SourceUrlTileOptions} options Image tile options.
|
||||
|
||||
Reference in New Issue
Block a user