From 6e2a091dbd2e7c06bae6b016af1acd2c2af3abcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 6 Jul 2022 14:02:16 +0200 Subject: [PATCH] fix doc --- .../CGAL/Shape_detection/Region_growing/Region_growing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h index ba884e13474..836fc97af2a 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing.h @@ -180,8 +180,8 @@ namespace Shape_detection { a model of output iterator whose value type is `std::vector` \param regions - an output iterator that stores regions, where each region is returned - as a vector of indices of the items, which belong to this region. The result type is given be the `Result_type` type. + an output iterator to get for all items corresponding to each region its corresponding region. + Elements put are of type `std::pair >`. \return past-the-end position in the output sequence */