Module type for ol.format.XML

This commit is contained in:
Frederic Junod
2018-03-21 17:15:54 +01:00
parent 06bd5b4423
commit 5aee26633c
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import {makeObjectPropertyPusher, makeObjectPropertySetter, makeStructureNS, pus
/**
* @constructor
* @extends {ol.format.XML}
* @extends {module:ol/format/XML~XML}
*/
const OWS = function() {
XML.call(this);

View File

@@ -14,7 +14,7 @@ import {makeArrayPusher, makeObjectPropertyPusher, makeObjectPropertySetter,
* Format for reading WMS capabilities data
*
* @constructor
* @extends {ol.format.XML}
* @extends {module:ol/format/XML~XML}
* @api
*/
const WMSCapabilities = function() {

View File

@@ -15,7 +15,7 @@ import {pushParseAndPop, makeStructureNS,
* Format for reading WMTS capabilities data.
*
* @constructor
* @extends {ol.format.XML}
* @extends {module:ol/format/XML~XML}
* @api
*/
const WMTSCapabilities = function() {