Add @api stable annotations for olx.source.ZoomifyOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:43:01 +02:00
parent b5dcfeac42
commit 495d807aba
+7 -7
View File
@@ -5076,7 +5076,7 @@ olx.source.XYZOptions.prototype.wrapX;
* url: !string, * url: !string,
* tierSizeCalculation: (string|undefined), * tierSizeCalculation: (string|undefined),
* size: ol.Size}} * size: ol.Size}}
* @api stable * @api
*/ */
olx.source.ZoomifyOptions; olx.source.ZoomifyOptions;
@@ -5084,7 +5084,7 @@ olx.source.ZoomifyOptions;
/** /**
* Attributions. * Attributions.
* @type {Array.<ol.Attribution>|undefined} * @type {Array.<ol.Attribution>|undefined}
* @api * @api stable
*/ */
olx.source.ZoomifyOptions.prototype.attributions; olx.source.ZoomifyOptions.prototype.attributions;
@@ -5092,7 +5092,7 @@ olx.source.ZoomifyOptions.prototype.attributions;
/** /**
* Cross origin setting for image requests. * Cross origin setting for image requests.
* @type {null|string|undefined} * @type {null|string|undefined}
* @api * @api stable
*/ */
olx.source.ZoomifyOptions.prototype.crossOrigin; olx.source.ZoomifyOptions.prototype.crossOrigin;
@@ -5100,7 +5100,7 @@ olx.source.ZoomifyOptions.prototype.crossOrigin;
/** /**
* Logo. * Logo.
* @type {string|olx.LogoOptions|undefined} * @type {string|olx.LogoOptions|undefined}
* @api * @api stable
*/ */
olx.source.ZoomifyOptions.prototype.logo; olx.source.ZoomifyOptions.prototype.logo;
@@ -5108,7 +5108,7 @@ olx.source.ZoomifyOptions.prototype.logo;
/** /**
* Prefix of URL template. * Prefix of URL template.
* @type {!string} * @type {!string}
* @api * @api stable
*/ */
olx.source.ZoomifyOptions.prototype.url; olx.source.ZoomifyOptions.prototype.url;
@@ -5116,7 +5116,7 @@ olx.source.ZoomifyOptions.prototype.url;
/** /**
* Tier size calculation method: `default` or `truncated`. * Tier size calculation method: `default` or `truncated`.
* @type {string|undefined} * @type {string|undefined}
* @api * @api stable
*/ */
olx.source.ZoomifyOptions.prototype.tierSizeCalculation; olx.source.ZoomifyOptions.prototype.tierSizeCalculation;
@@ -5124,7 +5124,7 @@ olx.source.ZoomifyOptions.prototype.tierSizeCalculation;
/** /**
* Size of the image. * Size of the image.
* @type {ol.Size} * @type {ol.Size}
* @api * @api stable
*/ */
olx.source.ZoomifyOptions.prototype.size; olx.source.ZoomifyOptions.prototype.size;