Merge pull request #2178 from probins/classdesc

Use @classdesc notation.
This commit is contained in:
Tim Schaub
2014-06-09 11:18:14 -06:00
114 changed files with 372 additions and 43 deletions

View File

@@ -65,7 +65,12 @@ ol.CollectionProperty = {
/**
* A mutable MVC Array.
* @classdesc
* Adds methods to standard Array; changes (add/remove) to the Collection
* trigger events. Because a Collection is itself an {@link ol.Object}, it
* can be bound to any other Object or Collection such that a change in one
* will automatically be reflected in the other.
*
* @constructor
* @extends {ol.Object}
* @fires ol.CollectionEvent