[geos-commits] [SCM] GEOS branch main updated. f8d57eceff948dd4b3c62f2e6a1abcfbbef22bd4

git at osgeo.org git at osgeo.org
Tue Aug 13 13:17:02 PDT 2024


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, main has been updated
       via  f8d57eceff948dd4b3c62f2e6a1abcfbbef22bd4 (commit)
      from  e0977f165bd295fc37bd9bddf8daab455d70db8b (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 f8d57eceff948dd4b3c62f2e6a1abcfbbef22bd4
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Tue Aug 13 13:16:30 2024 -0700

    Minor C API doc fixes

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index b4f46c7e8..201d47060 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -4934,7 +4934,7 @@ extern char GEOS_DLL GEOSEqualsIdentical(
 * The pattern is a 9-character string 
 * containing symbols in the set "012TF*".
 * "012F" match the corresponding dimension symbol;
-* "T" matches any non-empty dimension.; "*" matches any dimension.
+* "T" matches any non-empty dimension; "*" matches any dimension.
 * \see geos::geom::Geometry::relate
 * \param g1 First geometry in pair
 * \param g2 Second geometry in pair
@@ -4948,7 +4948,7 @@ extern char GEOS_DLL GEOSRelatePattern(
     const char *imPattern);
 
 /**
-* Calculate and return the DE9IM string for this geometry pair.
+* Calculate the DE9IM string for this geometry pair.
 * The result is a 9-character string containing dimension symbols in the set "012F".
 * \see geos::geom::Geometry::relate
 * \param g1 First geometry in pair
@@ -4975,7 +4975,7 @@ extern char GEOS_DLL GEOSRelatePatternMatch(
     const char *imPattern);
 
 /**
-* Calculate and return the DE9IM string for this geometry pair,
+* Calculate the DE9IM string for this geometry pair,
 * using the supplied \ref GEOSRelateBoundaryNodeRules.
 * \see geos::geom::Geometry::relate
 * \see geos::algorithm::BoundaryNodeRule

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

Summary of changes:
 capi/geos_c.h.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list