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
@@ -329,6 +329,7 @@ ol.source.TileWMS.prototype.resetCoordKeyPrefix_ = function() {
/**
* Set the URL to use for requests.
* @param {string|undefined} url URL.
* @api stable
*/
@@ -339,6 +340,7 @@ ol.source.TileWMS.prototype.setUrl = function(url) {
/**
* Set the URLs to use for requests.
* @param {Array.<string>|undefined} urls URLs.
* @api stable
*/