Add @api stable annotations to ol.proj

This commit is contained in:
Éric Lemoine
2014-08-25 10:09:54 +02:00
parent cd4063b0d8
commit cc4d793c64
2 changed files with 21 additions and 21 deletions
+5 -5
View File
@@ -386,7 +386,7 @@ olx.ProjectionOptions;
/**
* The SRS identifier code, e.g. `EPSG:4326`.
* @type {string}
* @api
* @api stable
*/
olx.ProjectionOptions.prototype.code;
@@ -394,7 +394,7 @@ olx.ProjectionOptions.prototype.code;
/**
* Units.
* @type {ol.proj.Units|string}
* @api
* @api stable
*/
olx.ProjectionOptions.prototype.units;
@@ -402,7 +402,7 @@ olx.ProjectionOptions.prototype.units;
/**
* The validity extent for the SRS.
* @type {ol.Extent|undefined}
* @api
* @api stable
*/
olx.ProjectionOptions.prototype.extent;
@@ -410,7 +410,7 @@ olx.ProjectionOptions.prototype.extent;
/**
* The axis orientation as specified in Proj4. The default is `enu`.
* @type {string|undefined}
* @api
* @api stable
*/
olx.ProjectionOptions.prototype.axisOrientation;
@@ -418,7 +418,7 @@ olx.ProjectionOptions.prototype.axisOrientation;
/**
* Whether the projection is valid for the whole globe. Default is `false`.
* @type {boolean|undefined}
* @api
* @api stable
*/
olx.ProjectionOptions.prototype.global;