Improve type annotation

This commit is contained in:
Frederic Junod
2014-07-31 09:43:21 +02:00
parent 051da752f3
commit 7a86bf58bf
3 changed files with 3 additions and 3 deletions

View File

@@ -1689,7 +1689,7 @@ ol.format.GML.prototype.writeGeometryNode = function(geometry) {
*
* @function
* @param {Array.<ol.Feature>} features Features.
* @return {ArrayBuffer|Node|Object|string} Result.
* @return {Node} Result.
* @api
*/
ol.format.GML.prototype.writeFeatures;

View File

@@ -845,7 +845,7 @@ ol.format.GPX.GPX_SERIALIZERS_ = ol.xml.makeStructureNS(
*
* @function
* @param {Array.<ol.Feature>} features Features.
* @return {ArrayBuffer|Node|Object|string} Result.
* @return {Node} Result.
* @api
*/
ol.format.GPX.prototype.writeFeatures;

View File

@@ -2494,7 +2494,7 @@ ol.format.KML.OUTER_BOUNDARY_NODE_FACTORY_ =
*
* @function
* @param {Array.<ol.Feature>} features Features.
* @return {ArrayBuffer|Node|Object|string} Result.
* @return {Node} Result.
* @api
*/
ol.format.KML.prototype.writeFeatures;