Link to class instead of module pages

This commit is contained in:
Maximilian Krög
2022-02-14 21:53:07 +01:00
parent 924686ef71
commit b29ab8f104
33 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import {listen, unlistenByKey} from '../events.js';
/**
* @classdesc
* An array of {@link module:ol/geom/Geometry} objects.
* An array of {@link module:ol/geom/Geometry~Geometry} objects.
*
* @api
*/
+1 -1
View File
@@ -301,7 +301,7 @@ class MultiPolygon extends SimpleGeometry {
}
/**
* Return the interior points as {@link module:ol/geom/MultiPoint multipoint}.
* Return the interior points as {@link module:ol/geom/MultiPoint~MultiPoint multipoint}.
* @return {MultiPoint} Interior points as XYM coordinates, where M is
* the length of the horizontal intersection that the point belongs to.
* @api