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
+4 -3
View File
@@ -42,9 +42,10 @@ ol.control.ScaleLineUnits = {
/**
* Create a control to help users estimate distances on a map.
* By default it will show in the bottom left portion of the map, but it can
* be changed by using a css selector for `.ol-scale-line`.
* @classdesc
* A control displaying rough x-axis distances.
* By default it will show in the bottom left portion of the map, but this can
* be changed by using the css selector `.ol-scale-line`.
*
* @constructor
* @extends {ol.control.Control}