Add @struct annotation for simple classes

This commit is contained in:
Tom Payne
2013-12-04 15:44:03 +01:00
parent 2bcfa9ee00
commit fbc23499e4
19 changed files with 31 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ goog.require('ol.TileRange');
*
* @constructor
* @param {olx.AttributionOptions} options Attribution options.
* @struct
* @todo stability experimental
*/
ol.Attribution = function(options) {