[geos-commits] [SCM] GEOS branch master updated. 074926e22c427365dade2fcc093a7021d555ec84

git at osgeo.org git at osgeo.org
Fri Jun 14 06:09:55 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  074926e22c427365dade2fcc093a7021d555ec84 (commit)
      from  e45655ae1cbad6fedb5e8cdd9a00ec9bef399427 (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 074926e22c427365dade2fcc093a7021d555ec84
Author: nila <n_larsson at yahoo.com>
Date:   Fri Jun 14 12:44:12 2019 +0200

    [doxygen] fix non-ascii characters

diff --git a/include/geos/triangulate/quadedge/QuadEdgeSubdivision.h b/include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
index 85a7f08..43f43ef 100644
--- a/include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
+++ b/include/geos/triangulate/quadedge/QuadEdgeSubdivision.h
@@ -313,7 +313,7 @@ public:
      *
      * @param e a QuadEdge
      * @param p a point
-     * @return `true` if the vertex lies on the edge
+     * @return `true` if the vertex lies on the edge
      */
     bool isOnEdge(const QuadEdge& e, const geom::Coordinate& p) const;
 
@@ -323,7 +323,7 @@ public:
      *
      * @param e
      * @param v
-     * @return `true` if the vertex is a endpoint of the edge
+     * @return `true` if the vertex is a endpoint of the edge
      */
     bool isVertexOfEdge(const QuadEdge& e, const Vertex& v) const;
 
@@ -334,7 +334,7 @@ public:
      * array of associated quadedges. These provide the unique geometric
      * edges of the triangulation.
      *
-     * @param includeFrame `true` if the frame edges are to be included
+     * @param includeFrame `true` if the frame edges are to be included
      * @return a List of QuadEdges. The caller takes ownership of the returned QuadEdgeList but not the
      *         items it contains.
      */

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

Summary of changes:
 include/geos/triangulate/quadedge/QuadEdgeSubdivision.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list