diff --git a/src/ol/format/GML.js b/src/ol/format/GML.js index 0577902018..46d81649e6 100644 --- a/src/ol/format/GML.js +++ b/src/ol/format/GML.js @@ -4,11 +4,11 @@ import GML3 from './GML3.js'; /** - * @classdesc * Feature format for reading and writing data in the GML format * version 3.1.1. * Currently only supports GML 3.1.1 Simple Features profile. * + * @class * @param {import("./GMLBase.js").Options} [opt_options] * Optional configuration object. * @api