Add abstract tag at class level

This commit is contained in:
Frederic Junod
2016-12-16 15:42:53 +01:00
committed by Guillaume Beraudo
parent 2e63590791
commit 546fc97cd4
26 changed files with 26 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ goog.require('ol.obj');
* is observable, and has get/set accessors.
*
* @constructor
* @abstract
* @extends {ol.Object}
* @param {olx.layer.BaseOptions} options Layer options.
* @api stable

View File

@@ -27,6 +27,7 @@ goog.require('ol.source.State');
* A generic `change` event is fired when the state of the source changes.
*
* @constructor
* @abstract
* @extends {ol.layer.Base}
* @fires ol.render.Event
* @param {olx.layer.LayerOptions} options Layer options.