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
+2 -2
View File
@@ -277,8 +277,8 @@
/** /**
* @typedef {Object} olx.interaction.DragAndDropOptions * @typedef {Object} olx.interaction.DragAndDropOptions
* @property {boolean|undefined} fitView Fit view. Default is `true`. * @property {boolean|undefined} fitView Fit view. Default is `true`.
* @property {Array.<function(new: ol.format.Format)>|undefined} * @property {Array.<function(new: ol.format.Format)>|undefined} formatConstructors
* formatConstructors Format constructors. * Format constructors.
* @property {ol.source.Vector|undefined} source Source. If this is defined * @property {ol.source.Vector|undefined} source Source. If this is defined
* then features will be added to this source. * then features will be added to this source.
* @property {ol.layer.Vector|undefined} layer Layer. If this is defined then * @property {ol.layer.Vector|undefined} layer Layer. If this is defined then