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
+3 -3
View File
@@ -32,7 +32,7 @@ ol.MapBrowserEvent = function(type, map, browserEvent, opt_frameState) {
/**
* @type {ol.Coordinate}
* @todo api
* @api
*/
this.coordinate = map.getEventCoordinate(this.originalEvent);
@@ -73,7 +73,7 @@ ol.control.Control = function(options) {
/**
* Application subclasses may override this.
* @param {ol.Map} map Map.
* @todo api
* @api
*/
ol.control.Control.prototype.setMap = function(map) {
// ...
@@ -88,7 +88,7 @@ Object literals cannot be exported like classes. To make sure that their propert
/**
* @typedef {{element: (Element|undefined),
* target: (Element|string|undefined)}}
* @todo api
* @api
*/
olx.control.ControlOptions;