Move jsdoc constructor comments

This commit is contained in:
Frederic Junod
2018-07-17 10:20:26 +02:00
parent f2d0b11d24
commit 540b1793e7
23 changed files with 259 additions and 238 deletions

View File

@@ -13,7 +13,6 @@ import {isDocument, isNode, parse} from '../xml.js';
* instantiated in apps.
* Base class for XML feature formats.
*
* @constructor
* @abstract
* @extends {module:ol/format/Feature}
*/