diff --git a/src/ol/format/kmlformat.js b/src/ol/format/kmlformat.js index 6bd5993d26..52cdfad2bc 100644 --- a/src/ol/format/kmlformat.js +++ b/src/ol/format/kmlformat.js @@ -1822,6 +1822,8 @@ ol.format.KML.prototype.readFeaturesFromNode = function(node, opt_options) { /** + * Read the name of the KML. + * * @param {Document|Node|string} source Souce. * @return {string|undefined} Name. * @api stable @@ -1889,7 +1891,9 @@ ol.format.KML.prototype.readNameFromNode = function(node) { /** - * @param {Document|Node|string} source Souce. + * Read the network links of the KML. + * + * @param {Document|Node|string} source Source. * @return {Array.} Network links. * @api */