Annotations for exports

This commit is contained in:
Tim Schaub
2014-04-08 13:40:35 -06:00
parent 457cfe851a
commit fb497f5288
243 changed files with 456 additions and 451 deletions

View File

@@ -10,6 +10,7 @@ goog.require('ol.source.XYZ');
* @extends {ol.source.XYZ}
* @param {olx.source.OSMOptions=} opt_options Open Street Map options.
* @todo stability experimental
* @todo api
*/
ol.source.OSM = function(opt_options) {
@@ -45,6 +46,7 @@ goog.inherits(ol.source.OSM, ol.source.XYZ);
/**
* @const
* @type {ol.Attribution}
* @todo api
*/
ol.source.OSM.DATA_ATTRIBUTION = new ol.Attribution({
html: 'Data © ' +
@@ -57,6 +59,7 @@ ol.source.OSM.DATA_ATTRIBUTION = new ol.Attribution({
/**
* @const
* @type {ol.Attribution}
* @todo api
*/
ol.source.OSM.TILE_ATTRIBUTION = new ol.Attribution({
html: 'Tiles © ' +