diff --git a/src/ol/reproj/Tile.js b/src/ol/reproj/Tile.js index d66fd38c59..58e3527c92 100644 --- a/src/ol/reproj/Tile.js +++ b/src/ol/reproj/Tile.js @@ -15,7 +15,7 @@ import Triangulation from '../reproj/Triangulation.js'; /** * @classdesc * Class encapsulating single reprojected tile. - * See {@link ol.source.TileImage}. + * See {@link module:ol/source/TileImage~TileImage}. * * @constructor * @extends {module:ol/Tile~Tile} diff --git a/src/ol/source/BingMaps.js b/src/ol/source/BingMaps.js index 0b044421bd..0832c11c47 100644 --- a/src/ol/source/BingMaps.js +++ b/src/ol/source/BingMaps.js @@ -37,7 +37,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js'; * Layer source for Bing Maps tile data. * * @constructor - * @extends {ol.source.TileImage} + * @extends {module:ol/source/TileImage~TileImage} * @param {module:ol/source/BingMaps~Options=} options Bing Maps options. * @api */ diff --git a/src/ol/source/TileArcGISRest.js b/src/ol/source/TileArcGISRest.js index 7f0eb68c3f..eba05b81ea 100644 --- a/src/ol/source/TileArcGISRest.js +++ b/src/ol/source/TileArcGISRest.js @@ -19,7 +19,7 @@ import {appendParams} from '../uri.js'; * {@link ol.source.XYZ} data source. * * @constructor - * @extends {ol.source.TileImage} + * @extends {module:ol/source/TileImage~TileImage} * @param {olx.source.TileArcGISRestOptions=} opt_options Tile ArcGIS Rest * options. * @api diff --git a/src/ol/source/TileImage.js b/src/ol/source/TileImage.js index a7da58e6e6..177a470086 100644 --- a/src/ol/source/TileImage.js +++ b/src/ol/source/TileImage.js @@ -1,5 +1,5 @@ /** - * @module ol/source/TileImage + * @module module:ol/source/TileImage~TileImage */ import {ENABLE_RASTER_REPROJECTION} from '../reproj/common.js'; import {getUid, inherits} from '../index.js'; diff --git a/src/ol/source/TileJSON.js b/src/ol/source/TileJSON.js index 53be58de91..ca7d5e4ae6 100644 --- a/src/ol/source/TileJSON.js +++ b/src/ol/source/TileJSON.js @@ -49,7 +49,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js'; * Layer source for tile data in TileJSON format. * * @constructor - * @extends {ol.source.TileImage} + * @extends {module:ol/source/TileImage~TileImage} * @param {module:ol/source/TileJSON~Options=} options TileJSON options. * @api */ diff --git a/src/ol/source/TileWMS.js b/src/ol/source/TileWMS.js index a31833a63b..d3e7c39eb9 100644 --- a/src/ol/source/TileWMS.js +++ b/src/ol/source/TileWMS.js @@ -78,7 +78,7 @@ import {appendParams} from '../uri.js'; * Layer source for tile data from WMS servers. * * @constructor - * @extends {ol.source.TileImage} + * @extends {module:ol/source/TileImage~TileImage} * @param {module:ol/source/TileWMS~Options=} [opt_options] Tile WMS options. * @api */ diff --git a/src/ol/source/WMTS.js b/src/ol/source/WMTS.js index e1d43cdea5..82cae6e0a0 100644 --- a/src/ol/source/WMTS.js +++ b/src/ol/source/WMTS.js @@ -100,7 +100,7 @@ import {appendParams} from '../uri.js'; * Layer source for tile data from WMTS servers. * * @constructor - * @extends {ol.source.TileImage} + * @extends {module:ol/source/TileImage~TileImage} * @param {module:ol/source/WMTS~Options=} options WMTS options. * @api */ diff --git a/src/ol/source/XYZ.js b/src/ol/source/XYZ.js index fe4c8846d2..97ba2e6b74 100644 --- a/src/ol/source/XYZ.js +++ b/src/ol/source/XYZ.js @@ -52,7 +52,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js'; * TMS where `x` 0 and `y` 0 are in the bottom left can be used by * using the `{-y}` placeholder in the URL template, so long as the * source does not have a custom tile grid. In this case, - * {@link ol.source.TileImage} can be used with a `tileUrlFunction` + * {@link module:ol/source/TileImage~TileImage} can be used with a `tileUrlFunction` * such as: * * tileUrlFunction: function(coordinate) { @@ -62,7 +62,7 @@ import {createXYZ, extentFromProjection} from '../tilegrid.js'; * * * @constructor - * @extends {ol.source.TileImage} + * @extends {module:ol/source/TileImage~TileImage} * @param {module:ol/source/XYZ~Options=} opt_options XYZ options. * @api */ diff --git a/src/ol/source/Zoomify.js b/src/ol/source/Zoomify.js index 59cc753fed..581b876d45 100644 --- a/src/ol/source/Zoomify.js +++ b/src/ol/source/Zoomify.js @@ -120,7 +120,7 @@ CustomTile.prototype.getImage = function() { * Imaging Protocol are supported). * * @constructor - * @extends {ol.source.TileImage} + * @extends {module:ol/source/TileImage~TileImage} * @param {module:ol/source/Zoomify~Options=} opt_options Options. * @api */