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.
This commit is contained in:
Tom Payne
2013-12-20 18:30:00 +01:00
parent e183a2daf1
commit 422966668d

View File

@@ -277,8 +277,8 @@
/**
* @typedef {Object} olx.interaction.DragAndDropOptions
* @property {boolean|undefined} fitView Fit view. Default is `true`.
* @property {Array.<function(new: ol.format.Format)>|undefined}
* formatConstructors Format constructors.
* @property {Array.<function(new: ol.format.Format)>|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