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

git at osgeo.org git at osgeo.org
Wed Sep 11 01:46:15 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  f2c4b848c8a9ff0f86c29d9dd17e87c2de1ca057 (commit)
      from  4bc853900102ced2e4195194e54e974479a42cba (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 f2c4b848c8a9ff0f86c29d9dd17e87c2de1ca057
Author: nila <n_larsson at yahoo.com>
Date:   Wed Sep 11 09:47:39 2019 +0200

    fix bad doxygen params

diff --git a/include/geos/index/chain/MonotoneChainBuilder.h b/include/geos/index/chain/MonotoneChainBuilder.h
index 5bb1e5a..a9b2739 100644
--- a/include/geos/index/chain/MonotoneChainBuilder.h
+++ b/include/geos/index/chain/MonotoneChainBuilder.h
@@ -61,13 +61,12 @@ public:
         void* context);
 
     /** \brief
-     * Computes a list of the {@link MonotoneChain}s
-     * for a list of coordinates,
+     * Computes a list of the {@link MonotoneChain}s for a list of coordinates,
      * attaching a context data object to each.
      *
      * @param pts the list of points to compute chains for
      * @param context a data object to attach to each chain
-     * @return a list of the monotone chains for the points
+     * @param[out] mcList a list of the monotone chains for the points
      */
     static void getChains(const geom::CoordinateSequence* pts,
                           void* context,

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

Summary of changes:
 include/geos/index/chain/MonotoneChainBuilder.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list