Param name on same line as type
This commit is contained in:
@@ -131,8 +131,7 @@ export function parse(xml) {
|
||||
/**
|
||||
* Make an array extender function for extending the array at the top of the
|
||||
* object stack.
|
||||
* @param {function(this: T, Node, Array.<*>): (Array.<*>|undefined)}
|
||||
* valueReader Value reader.
|
||||
* @param {function(this: T, Node, Array.<*>): (Array.<*>|undefined)} valueReader Value reader.
|
||||
* @param {T=} opt_this The object to use as `this` in `valueReader`.
|
||||
* @return {module:ol/xml~Parser} Parser.
|
||||
* @template T
|
||||
@@ -262,8 +261,7 @@ export function makeObjectPropertySetter(valueReader, opt_property, opt_this) {
|
||||
* Create a serializer that appends nodes written by its `nodeWriter` to its
|
||||
* designated parent. The parent is the `node` of the
|
||||
* {@link module:ol/xml~NodeStackItem} at the top of the `objectStack`.
|
||||
* @param {function(this: T, Node, V, Array.<*>)}
|
||||
* nodeWriter Node writer.
|
||||
* @param {function(this: T, Node, V, Array.<*>)} nodeWriter Node writer.
|
||||
* @param {T=} opt_this The object to use as `this` in `nodeWriter`.
|
||||
* @return {module:ol/xml~Serializer} Serializer.
|
||||
* @template T, V
|
||||
@@ -285,8 +283,7 @@ export function makeChildAppender(nodeWriter, opt_this) {
|
||||
* designed to serialize a single item. An example would be a LineString
|
||||
* geometry writer, which could be reused for writing MultiLineString
|
||||
* geometries.
|
||||
* @param {function(this: T, Node, V, Array.<*>)}
|
||||
* nodeWriter Node writer.
|
||||
* @param {function(this: T, Node, V, Array.<*>)} nodeWriter Node writer.
|
||||
* @param {T=} opt_this The object to use as `this` in `nodeWriter`.
|
||||
* @return {module:ol/xml~Serializer} Serializer.
|
||||
* @template T, V
|
||||
|
||||
Reference in New Issue
Block a user