Add @api stable annotations for olx.source.VectorOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:34:53 +02:00
parent 3ee72c35a6
commit 96d91c684e
+4 -4
View File
@@ -4639,7 +4639,7 @@ olx.source.TileWMSOptions.prototype.urls;
* logo: (string|olx.LogoOptions|undefined), * logo: (string|olx.LogoOptions|undefined),
* projection: ol.proj.ProjectionLike, * projection: ol.proj.ProjectionLike,
* state: (ol.source.State|string|undefined)}} * state: (ol.source.State|string|undefined)}}
* @api stable * @api
*/ */
olx.source.VectorOptions; olx.source.VectorOptions;
@@ -4647,7 +4647,7 @@ olx.source.VectorOptions;
/** /**
* Attributions. * Attributions.
* @type {Array.<ol.Attribution>|undefined} * @type {Array.<ol.Attribution>|undefined}
* @api * @api stable
*/ */
olx.source.VectorOptions.prototype.attributions; olx.source.VectorOptions.prototype.attributions;
@@ -4655,7 +4655,7 @@ olx.source.VectorOptions.prototype.attributions;
/** /**
* Features. * Features.
* @type {Array.<ol.Feature>|undefined} * @type {Array.<ol.Feature>|undefined}
* @api * @api stable
*/ */
olx.source.VectorOptions.prototype.features; olx.source.VectorOptions.prototype.features;
@@ -4663,7 +4663,7 @@ olx.source.VectorOptions.prototype.features;
/** /**
* Logo. * Logo.
* @type {string|olx.LogoOptions|undefined} * @type {string|olx.LogoOptions|undefined}
* @api * @api stable
*/ */
olx.source.VectorOptions.prototype.logo; olx.source.VectorOptions.prototype.logo;