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

git at osgeo.org git at osgeo.org
Thu May 30 15:33:14 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  fce310f58bd51c274798025a9a1dff726e1c6578 (commit)
      from  93e74e57d0e5be7026b87162c640fa866db661da (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 fce310f58bd51c274798025a9a1dff726e1c6578
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu May 30 15:32:45 2024 -0700

    Fix doxygen error

diff --git a/include/geos/geom/LineSegment.h b/include/geos/geom/LineSegment.h
index b7f7f712c..aea0fefd8 100644
--- a/include/geos/geom/LineSegment.h
+++ b/include/geos/geom/LineSegment.h
@@ -246,10 +246,11 @@ public:
         return std::atan2(p1.y - p0.y, p1.x - p0.x);
     };
 
-    /// Computes the midpoint of the segment
-    //
-    /// @param ret will be set to the midpoint of the segment
-    ///
+    /** \brief
+     * Computes the midpoint of the segment
+     *
+     *  @return the midpoint of the segment
+     */
     CoordinateXY midPoint() const
     {
         return midPoint(p0, p1);

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

Summary of changes:
 include/geos/geom/LineSegment.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list