Add classdesc to remaining vector classes

This commit is contained in:
Peter Robins
2014-06-15 08:15:21 -04:00
parent 4925ac9339
commit 8a4307cff2
4 changed files with 19 additions and 0 deletions

View File

@@ -6,6 +6,12 @@ goog.require('ol.source.State');
/**
* @classdesc
* Abstract base class; normally only used for creating subclasses and not
* instantiated in apps.
* Base class for vector sources in one of the supported formats, where the data
* is read from a file or other static source.
*
* @constructor
* @extends {ol.source.FormatVector}
* @fires ol.source.VectorEvent