Add @classdesc to classes

This commit is contained in:
Peter Robins
2014-06-08 09:48:29 -04:00
parent e08a98b624
commit 41d9f0360a
111 changed files with 369 additions and 40 deletions
+6 -1
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