[geos-commits] [SCM] GEOS branch master updated. da0edd9b9f28ca0b61b66c4e24bcddf329318bc9

git at osgeo.org git at osgeo.org
Mon Jun 3 07:33:07 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  da0edd9b9f28ca0b61b66c4e24bcddf329318bc9 (commit)
      from  7f8262fe2b297811c74e27284ecdf3e228d5e8d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da0edd9b9f28ca0b61b66c4e24bcddf329318bc9
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jun 3 16:32:41 2019 +0200

    [doxygen] Fix more links

diff --git a/include/geos/algorithm/locate/IndexedPointInAreaLocator.h b/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
index 00ebbc0..3914e21 100644
--- a/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
+++ b/include/geos/algorithm/locate/IndexedPointInAreaLocator.h
@@ -41,14 +41,14 @@ namespace algorithm { // geos::algorithm
 namespace locate { // geos::algorithm::locate
 
 /** \brief
- * Determines the location of {@link Coordinate}s relative to
+ * Determines the location of {@link geom::Coordinate}s relative to
  * an areal geometry, using indexing for efficiency.
  *
  * The Location is computed precisely, in that points
  * located on the geometry boundary or segments will
- * return {@link Location.BOUNDARY}.
+ * return {@link geom::Location.BOUNDARY}.
  *
- * {@link Polygonal} and {@link LinearRing} geometries
+ * {@link geom::Polygonal} and {@link geom::LinearRing} geometries
  * are supported.
  */
 class IndexedPointInAreaLocator : public PointOnGeometryLocator {
@@ -97,8 +97,8 @@ private:
 
 public:
     /**
-     * Creates a new locator for a given {@link Geometry}
-     * {@link Polygonal} and {@link LinearRing} geometries
+     * Creates a new locator for a given {@link geom::Geometry}
+     * {@link geom::Polygonal} and {@link geom::LinearRing} geometries
     * are supported.
     *
      * @param g the Geometry to locate in
@@ -106,7 +106,8 @@ public:
     IndexedPointInAreaLocator(const geom::Geometry& g);
 
     /**
-     * Determines the {@link Location} of a point in an areal {@link Geometry}.
+     * Determines the {@link geom::Location} of a point in an areal
+     * {@link geom::Geometry}.
      *
      * @param p the point to test
      * @return the location of the point in the geometry

-----------------------------------------------------------------------

Summary of changes:
 include/geos/algorithm/locate/IndexedPointInAreaLocator.h | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list