Simplify fires annotations

This commit is contained in:
Andreas Hocevar
2014-04-30 17:55:27 +02:00
parent f22aac1e22
commit 7271b50d5a
21 changed files with 26 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ goog.require('ol.source.StaticVector');
/**
* @constructor
* @extends {ol.source.StaticVector}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.GeoJSONOptions=} opt_options Options.
* @todo api
*/
+1 -1
View File
@@ -8,7 +8,7 @@ goog.require('ol.source.StaticVector');
/**
* @constructor
* @extends {ol.source.StaticVector}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.GPXOptions=} opt_options Options.
* @todo api
*/
+1 -1
View File
@@ -8,7 +8,7 @@ goog.require('ol.source.StaticVector');
/**
* @constructor
* @extends {ol.source.StaticVector}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.IGCOptions=} opt_options Options.
* @todo api
*/
+1 -1
View File
@@ -8,7 +8,7 @@ goog.require('ol.source.StaticVector');
/**
* @constructor
* @extends {ol.source.StaticVector}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.KMLOptions=} opt_options Options.
* @todo api
*/
+1 -1
View File
@@ -8,7 +8,7 @@ goog.require('ol.source.StaticVector');
/**
* @constructor
* @extends {ol.source.StaticVector}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.OSMXMLOptions=} opt_options Options.
* @todo api
*/
+1 -1
View File
@@ -8,7 +8,7 @@ goog.require('ol.source.State');
/**
* @constructor
* @extends {ol.source.FormatVector}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.StaticVectorOptions} options Options.
* @todo api
*/
+1 -1
View File
@@ -8,7 +8,7 @@ goog.require('ol.source.StaticVector');
/**
* @constructor
* @extends {ol.source.StaticVector}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.TopoJSONOptions=} opt_options Options.
* @todo api
*/
+1 -1
View File
@@ -41,7 +41,7 @@ ol.source.VectorEventType = {
/**
* @constructor
* @extends {ol.source.Source}
* @fires {@link ol.source.VectorEvent} ol.source.VectorEvent
* @fires ol.source.VectorEvent
* @param {olx.source.VectorOptions=} opt_options Vector source options.
* @todo api
*/