Add abstract tag at class level
This commit is contained in:
committed by
Guillaume Beraudo
parent
2e63590791
commit
546fc97cd4
@@ -4,6 +4,7 @@ goog.provide('ol.render.ReplayGroup');
|
||||
/**
|
||||
* Base class for replay groups.
|
||||
* @constructor
|
||||
* @abstract
|
||||
*/
|
||||
ol.render.ReplayGroup = function() {};
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ goog.provide('ol.render.VectorContext');
|
||||
* Context for drawing geometries. A vector context is available on render
|
||||
* events and does not need to be constructed directly.
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @struct
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -12,6 +12,7 @@ if (ol.ENABLE_WEBGL) {
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.render.VectorContext}
|
||||
* @param {number} tolerance Tolerance.
|
||||
* @param {ol.Extent} maxExtent Max extent.
|
||||
|
||||
@@ -7,6 +7,7 @@ if (ol.ENABLE_WEBGL) {
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @param {number} tolerance Tolerance.
|
||||
* @param {ol.Extent} maxExtent Max extent.
|
||||
* @struct
|
||||
|
||||
Reference in New Issue
Block a user