From bef5b0debe905a0392596b9bc3bcc680662ddbb2 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 17 Feb 2014 14:25:34 +0100 Subject: [PATCH] Minor api fixes --- src/objectliterals.jsdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 9ffa917fca..11f6a596df 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -611,7 +611,7 @@ * @property {Document|undefined} doc Document. * @property {ol.Extent|undefined} extent Extent. * @property {string|undefined} logo Logo. - * @property {Node|undefined| node Node. + * @property {Node|undefined} node Node. * @property {ol.proj.ProjectionLike} projection Destination projection. If * provided, features will be transformed to this projection. If not * provided, features will not be transformed. @@ -672,7 +672,7 @@ * @property {Document|undefined} doc Document. * @property {ol.Extent|undefined} extent Extent. * @property {string|undefined} logo Logo. - * @property {Node|undefined| node Node. + * @property {Node|undefined} node Node. * @property {ol.proj.ProjectionLike} projection Destination projection. If * provided, features will be transformed to this projection. If not * provided, features will not be transformed. @@ -727,7 +727,7 @@ * @property {ol.proj.ProjectionLike} projection Projection. * @property {number|undefined} ratio Ratio. 1 means canvases are the size * of the map viewport, 2 means twice the size of the map viewport, and so - * on. + * on. Default is `1.5`. * @property {Array.|undefined} resolutions Resolutions. If specified, * new canvases will be created for these resolutions only. * @property {ol.source.State|string|undefined} state Source state. @@ -741,7 +741,7 @@ * @property {ol.proj.ProjectionLike} projection Projection. * @property {number|undefined} ratio Ratio. 1 means canvases are the size * of the map viewport, 2 means twice the size of the map viewport, and so - * on. + * on. Default is `1.5`. * @property {Array.|undefined} resolutions Resolutions. If specified, * new canvases will be created for these resolutions only. * @property {ol.source.Vector} source The vector source from which the vector @@ -945,7 +945,7 @@ /** * @typedef {Object} olx.style.IconOptions - * @property {Array.|undefined} anchor Anchor. Default value is [0.5, 0.5] + * @property {Array.|undefined} anchor Anchor. Default value is `[0.5, 0.5]` * (icon center). * @property {ol.style.IconAnchorUnits|undefined} anchorXUnits Units in which the anchor x value is specified. * A value of `'fraction'` indicates the x value is a fraction of the icon.