From 422966668dcccc2bca8d55fdf406be8d748db763 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Fri, 20 Dec 2013 18:30:00 +0100 Subject: [PATCH] Do not put property name on following line Currently, bin/generate-exports.py will ignore properties whose name is not on the same line as the @property directive. --- src/objectliterals.jsdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 8dc27ba5d6..3f5b0319f8 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -277,8 +277,8 @@ /** * @typedef {Object} olx.interaction.DragAndDropOptions * @property {boolean|undefined} fitView Fit view. Default is `true`. - * @property {Array.|undefined} - * formatConstructors Format constructors. + * @property {Array.|undefined} formatConstructors + * Format constructors. * @property {ol.source.Vector|undefined} source Source. If this is defined * then features will be added to this source. * @property {ol.layer.Vector|undefined} layer Layer. If this is defined then