Use code formatting for argument names in jsdoc

This commit is contained in:
Maximilian Krög
2022-02-13 02:46:00 +01:00
parent a0dd0054a9
commit b9f9280260
4 changed files with 4 additions and 4 deletions

View File

@@ -289,7 +289,7 @@ export function makeChildAppender(nodeWriter, opt_this) {
/**
* Create a serializer that calls the provided `nodeWriter` from
* {@link module:ol/xml.serialize}. This can be used by the parent writer to have the
* 'nodeWriter' called with an array of values when the `nodeWriter` was
* `nodeWriter` called with an array of values when the `nodeWriter` was
* designed to serialize a single item. An example would be a LineString
* geometry writer, which could be reused for writing MultiLineString
* geometries.