Doc changes suggested by @probins

This commit is contained in:
Andreas Hocevar
2014-07-08 16:31:18 +02:00
parent 8b2277cdda
commit 88ab1ac61a
4 changed files with 20 additions and 10 deletions

View File

@@ -284,7 +284,8 @@ olx.CoordinateTransforms;
/**
* The forward transform function that takes a {@link ol.Coordinate} as argument
* The forward transform function (that is, from the source projection to the
* target projection) that takes a {@link ol.Coordinate} as argument
* and returns the transformed {@link ol.Coordinate}.
* @type {function(ol.Coordinate): ol.Coordinate}
*/
@@ -292,7 +293,8 @@ olx.CoordinateTransforms.prototype.forward;
/**
* The inverse transform function that takes a {@link ol.Coordinate} as argument
* The inverse transform function (that is, from the target projection to the
* source projection) that takes a {@link ol.Coordinate} as argument
* and returns the transformed {@link ol.Coordinate}.
* @type {function(ol.Coordinate): ol.Coordinate}
*/