diff --git a/src/ol/style/circlestyle.js b/src/ol/style/circlestyle.js index 7f9c268541..0d209ba876 100644 --- a/src/ol/style/circlestyle.js +++ b/src/ol/style/circlestyle.js @@ -120,7 +120,8 @@ ol.style.Circle.prototype.getHitDetectionImage = function(pixelRatio) { /** - * @inheritDoc + * @param {number} pixelRatio Pixel ratio. + * @return {HTMLCanvasElement} Canvas element. * @api */ ol.style.Circle.prototype.getImage = function(pixelRatio) {