Simplify fires annotations
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user