Merge pull request #2612 from elemoine/proj-stability

Add @api stable annotations to ol.proj
This commit is contained in:
Éric Lemoine
2014-08-28 17:19:24 +02:00
3 changed files with 22 additions and 22 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;