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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user