diff --git a/src/ol/deviceorientation.js b/src/ol/deviceorientation.js index 55fcf0a716..1be3f7ac34 100644 --- a/src/ol/deviceorientation.js +++ b/src/ol/deviceorientation.js @@ -65,11 +65,11 @@ ol.DeviceOrientationProperty = { * equivalent properties in ol.DeviceOrientation are in radians for consistency * with all other uses of angles throughout OpenLayers. * - * @see http://www.w3.org/TR/orientation-event/ - * * To get notified of device orientation changes, register a listener for the * generic `change` event on your `ol.DeviceOrientation` instance. * + * @see {@link http://www.w3.org/TR/orientation-event/} + * * @constructor * @extends {ol.Object} * @param {olx.DeviceOrientationOptions=} opt_options Options.