Use @api annotation instead of @todo api

This commit is contained in:
Tim Schaub
2014-07-05 15:41:14 -04:00
parent 297503e7c9
commit 4cf5ab4620
155 changed files with 759 additions and 757 deletions

View File

@@ -19,7 +19,7 @@ goog.require('ol.source.Tile');
* @constructor
* @extends {ol.source.Tile}
* @param {olx.source.TileImageOptions} options Image tile options.
* @todo api
* @api
*/
ol.source.TileImage = function(options) {
@@ -124,7 +124,7 @@ ol.source.TileImage.prototype.getTile =
/**
* @return {ol.TileLoadFunctionType} TileLoadFunction
* @todo api
* @api
*/
ol.source.TileImage.prototype.getTileLoadFunction = function() {
return this.tileLoadFunction;
@@ -133,7 +133,7 @@ ol.source.TileImage.prototype.getTileLoadFunction = function() {
/**
* @return {ol.TileUrlFunctionType} TileUrlFunction
* @todo api
* @api
*/
ol.source.TileImage.prototype.getTileUrlFunction = function() {
return this.tileUrlFunction;
@@ -142,7 +142,7 @@ ol.source.TileImage.prototype.getTileUrlFunction = function() {
/**
* @param {ol.TileLoadFunctionType} tileLoadFunction Tile load function.
* @todo api
* @api
*/
ol.source.TileImage.prototype.setTileLoadFunction = function(tileLoadFunction) {
this.tileCache.clear();
@@ -153,7 +153,7 @@ ol.source.TileImage.prototype.setTileLoadFunction = function(tileLoadFunction) {
/**
* @param {ol.TileUrlFunctionType} tileUrlFunction Tile URL function.
* @todo api
* @api
*/
ol.source.TileImage.prototype.setTileUrlFunction = function(tileUrlFunction) {
// FIXME It should be possible to be more intelligent and avoid clearing the