Use @classdesc notation (continuing #2178)

This commit is contained in:
Paul Spencer
2014-06-10 09:08:43 -04:00
parent b0a1444da0
commit abe953e4e5
5 changed files with 20 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ ol.TileState = {
/**
* @classdesc
* Base class for tiles.
*
* @constructor
* @extends {goog.events.EventTarget}
* @param {ol.TileCoord} tileCoord Tile coordinate.