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
+5 -5
View File
@@ -23,7 +23,7 @@ goog.require('ol.proj');
* @extends {ol.interaction.Interaction}
* @fires ol.interaction.DragAndDropEvent
* @param {olx.interaction.DragAndDropOptions=} opt_options Options.
* @todo api stable
* @api stable
*/
ol.interaction.DragAndDrop = function(opt_options) {
@@ -184,7 +184,7 @@ ol.interaction.DragAndDropEventType = {
/**
* Triggered when features are added
* @event ol.interaction.DragAndDropEvent#addfeatures
* @todo api stable
* @api stable
*/
ADD_FEATURES: 'addfeatures'
};
@@ -208,19 +208,19 @@ ol.interaction.DragAndDropEvent =
/**
* @type {Array.<ol.Feature>|undefined}
* @todo api stable
* @api stable
*/
this.features = opt_features;
/**
* @type {File}
* @todo api stable
* @api stable
*/
this.file = file;
/**
* @type {ol.proj.Projection|undefined}
* @todo api
* @api
*/
this.projection = opt_projection;