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
+3 -1
View File
@@ -17,8 +17,10 @@ goog.require('ol.pointer.PointerEventHandler');
/**
* Create a new control with a button, to reset rotation to 0.
* @classdesc
* A button control to reset rotation to 0.
* To style this control use css selector `.ol-rotate`.
*
* @constructor
* @extends {ol.control.Control}
* @param {olx.control.RotateOptions=} opt_options Rotate options.