Fix typedef name in jsdoc

This commit is contained in:
Frederic Junod
2018-03-19 17:02:58 +01:00
parent 1eef986824
commit b6483a49c1
3 changed files with 7 additions and 7 deletions

View File

@@ -11,14 +11,14 @@ import Zoom from './control/Zoom.js';
* @typedef {Object} DefaultsOptions
* @property {boolean} [attribution=true] Include
* {@link module:ol/control/Attribution~Attribution}.
* @property {module:ol/control/Attribution~AttributionOptions} [attributionOptions]
* @property {module:ol/control/Attribution~Options} [attributionOptions]
* Options for {@link module:ol/control/Attribution~Attribution}.
* @property {boolean} [rotate=true] Include
* {@link module:ol/control/Rotate~Rotate}.
* @property {module:ol/control/Rotate~RotateOptions} [rotateOptions] Options
* @property {module:ol/control/Rotate~Options} [rotateOptions] Options
* for {@link module:ol/control/Rotate~Rotate}.
* @property {boolean} [zoom] Include {@link module:ol/control/Zoom~Zoom}.
* @property {module:ol/control/Zoom~ZoomOptions} [zoomOptions] Options for
* @property {module:ol/control/Zoom~Options} [zoomOptions] Options for
* {@link module:ol/control/Zoom~Zoom}.
* @api
*/