Param name on same line as type

This commit is contained in:
Tim Schaub
2018-07-23 15:26:01 -07:00
parent 6cdfbe3116
commit 6f22f1b7ac
7 changed files with 9 additions and 18 deletions

View File

@@ -242,8 +242,7 @@ class VectorLayer extends Layer {
* it is `null` the layer has no style (a `null` style), so only features
* that have their own styles will be rendered in the layer. See
* {@link module:ol/style} for information on the default style.
* @param {module:ol/style/Style|Array.<module:ol/style/Style>|module:ol/style/Style~StyleFunction|null|undefined}
* style Layer style.
* @param {module:ol/style/Style|Array.<module:ol/style/Style>|module:ol/style/Style~StyleFunction|null|undefined} style Layer style.
* @api
*/
setStyle(style) {