fixed jsdoc problems

This commit is contained in:
Simon Seyock
2019-09-26 17:00:46 +02:00
parent b629c25f5d
commit 09cad9b5f9
3 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ import Units from '../proj/Units.js';
* Abstract base class; normally only used for creating subclasses and not
* instantiated in apps.
* Base class for feature formats.
* {FeatureFormat} subclasses provide the ability to decode and encode
* {@link module:ol/format/Feature~FeatureFormat} subclasses provide the ability to decode and encode
* {@link module:ol/Feature~Feature} objects from a variety of commonly used geospatial
* file formats. See the documentation for each format for more details.
*
+2 -2
View File
@@ -40,8 +40,8 @@ import {assert} from '../asserts.js';
*/
/**
* @typedef {Object<string,string|number|Array<number|string|IiifProfile>|Object<string, number>
* |TileInfo>} ImageInformationResponse
* @typedef {Object<string,string|number|Array<number|string|IiifProfile>|Object<string, number>|TileInfo>}
* ImageInformationResponse
*/
/**