Fix some jsdoc path types

This commit is contained in:
ahocevar
2018-04-21 00:20:04 +02:00
parent 33ca22a4dc
commit 417dd85f83
36 changed files with 57 additions and 54 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ inherits(DragBoxEvent, Event);
* This interaction is only supported for mouse devices.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @fires module:ol/interaction/DragBox~DragBoxEvent
* @param {module:ol/interaction/DragBox~Options=} opt_options Options.
* @api
+1 -1
View File
@@ -24,7 +24,7 @@ import PointerInteraction, {centroid as centroidFromPointers} from '../interacti
* Allows the user to pan the map by dragging the map.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @param {module:ol/interaction/DragPan~Options=} opt_options Options.
* @api
*/
+1 -1
View File
@@ -29,7 +29,7 @@ import PointerInteraction from '../interaction/Pointer.js';
* This interaction is only supported for mouse devices.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @param {module:ol/interaction/DragRotate~Options=} opt_options Options.
* @api
*/
+1 -1
View File
@@ -30,7 +30,7 @@ import PointerInteraction from '../interaction/Pointer.js';
* And this interaction is not included in the default interactions.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @param {module:ol/interaction/DragRotateAndZoom~Options=} opt_options Options.
* @api
*/
+1 -1
View File
@@ -156,7 +156,7 @@ inherits(DrawEvent, Event);
* Interaction for drawing feature geometries.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @fires module:ol/interaction/Draw~DrawEvent
* @param {module:ol/interaction/Draw~Options} options Options.
* @api
+1 -1
View File
@@ -78,7 +78,7 @@ inherits(ExtentInteractionEvent, Event);
* This interaction is only supported for mouse devices.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @fires module:ol/interaction/Extent~Event
* @param {module:ol/interaction/Extent~Options=} opt_options Options.
* @api
+1 -1
View File
@@ -33,7 +33,7 @@ import {clamp} from '../math.js';
*
* @constructor
* @param {module:ol/interaction/Interaction~InteractionOptions} options Options.
* @extends {module:ol/Object~Object}
* @extends {module:ol/Object~BaseObject}
* @api
*/
const Interaction = function(options) {
+1 -1
View File
@@ -136,7 +136,7 @@ inherits(ModifyEvent, Event);
* for deletion, use the `deleteCondition` option.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @param {module:ol/interaction/Modify~Options} options Options.
* @fires module:ol/interaction/Modify~ModifyEvent
* @api
+1 -1
View File
@@ -23,7 +23,7 @@ import {disable} from '../rotationconstraint.js';
* on a touch screen.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @param {module:ol/interaction/PinchRotate~Options=} opt_options Options.
* @api
*/
+1 -1
View File
@@ -22,7 +22,7 @@ import PointerInteraction, {centroid as centroidFromPointers} from '../interacti
* on a touch screen.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @param {module:ol/interaction/PinchZoom~Options=} opt_options Options.
* @api
*/
+1 -1
View File
@@ -64,7 +64,7 @@ import RBush from '../structs/RBush.js';
* });
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @param {module:ol/interaction/Snap~Options=} opt_options Options.
* @api
*/
+1 -1
View File
@@ -92,7 +92,7 @@ inherits(TranslateEvent, Event);
* Interaction for translating (moving) features.
*
* @constructor
* @extends {module:ol/interaction/Pointer~Pointer}
* @extends {module:ol/interaction/Pointer~PointerInteraction}
* @fires module:ol/interaction/Translate~TranslateEvent
* @param {module:ol/interaction/Translate~Options=} opt_options Options.
* @api