Add @api stable annotations for olx.source.ImageStaticOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:15:14 +02:00
parent 3049b56db1
commit a7a255c235
+7 -7
View File
@@ -4339,7 +4339,7 @@ olx.source.StamenOptions.prototype.url;
* logo: (string|olx.LogoOptions|undefined), * logo: (string|olx.LogoOptions|undefined),
* projection: ol.proj.ProjectionLike, * projection: ol.proj.ProjectionLike,
* url: string}} * url: string}}
* @api stable * @api
*/ */
olx.source.ImageStaticOptions; olx.source.ImageStaticOptions;
@@ -4347,7 +4347,7 @@ olx.source.ImageStaticOptions;
/** /**
* Attributions. * Attributions.
* @type {Array.<ol.Attribution>|undefined} * @type {Array.<ol.Attribution>|undefined}
* @api * @api stable
*/ */
olx.source.ImageStaticOptions.prototype.attributions; olx.source.ImageStaticOptions.prototype.attributions;
@@ -4355,7 +4355,7 @@ olx.source.ImageStaticOptions.prototype.attributions;
/** /**
* crossOrigin setting for image requests. * crossOrigin setting for image requests.
* @type {null|string|undefined} * @type {null|string|undefined}
* @api * @api stable
*/ */
olx.source.ImageStaticOptions.prototype.crossOrigin; olx.source.ImageStaticOptions.prototype.crossOrigin;
@@ -4363,7 +4363,7 @@ olx.source.ImageStaticOptions.prototype.crossOrigin;
/** /**
* Extent of the image. * Extent of the image.
* @type {ol.Extent|undefined} * @type {ol.Extent|undefined}
* @api * @api stable
*/ */
olx.source.ImageStaticOptions.prototype.imageExtent; olx.source.ImageStaticOptions.prototype.imageExtent;
@@ -4371,7 +4371,7 @@ olx.source.ImageStaticOptions.prototype.imageExtent;
/** /**
* Size of the image. * Size of the image.
* @type {ol.Size|undefined} * @type {ol.Size|undefined}
* @api * @api stable
*/ */
olx.source.ImageStaticOptions.prototype.imageSize; olx.source.ImageStaticOptions.prototype.imageSize;
@@ -4379,7 +4379,7 @@ olx.source.ImageStaticOptions.prototype.imageSize;
/** /**
* Logo. * Logo.
* @type {string|olx.LogoOptions|undefined} * @type {string|olx.LogoOptions|undefined}
* @api * @api stable
*/ */
olx.source.ImageStaticOptions.prototype.logo; olx.source.ImageStaticOptions.prototype.logo;
@@ -4395,7 +4395,7 @@ olx.source.ImageStaticOptions.prototype.projection;
/** /**
* Url. * Url.
* @type {string} * @type {string}
* @api * @api stable
*/ */
olx.source.ImageStaticOptions.prototype.url; olx.source.ImageStaticOptions.prototype.url;