Add basic documentation to @api symbols

This commit is contained in:
Marc Jansen
2015-04-17 22:38:29 +02:00
parent eff48c026a
commit 99e39fe06e
15 changed files with 41 additions and 2 deletions
+2
View File
@@ -68,6 +68,7 @@ ol.source.XYZ.prototype.setTileUrlFunction = function(tileUrlFunction) {
/**
* Set the URL to use for requests.
* @param {string} url URL.
* @api stable
*/
@@ -78,6 +79,7 @@ ol.source.XYZ.prototype.setUrl = function(url) {
/**
* Set the URLs to use for requests.
* @param {Array.<string>} urls URLs.
*/
ol.source.XYZ.prototype.setUrls = function(urls) {