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

View File

@@ -7,9 +7,12 @@ goog.require('goog.events.EventType');
/**
* @classdesc
* Abstract base class.
* An event target providing convenient methods for listener registration
* and unregistration. A generic `change` event is always available through
* {@link ol.Observable#dispatchChangeEvent}.
*
* @constructor
* @extends {goog.events.EventTarget}
* @suppress {checkStructDictInheritance}