diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h index ea9f21802dd..886a07d2af6 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h @@ -33,9 +33,8 @@ namespace Shape_detection { @tparam OutputIterator a model of `OutputIterator` accepting a `std::pair >` or `std::pair >`. @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" - @param - a range of input items for region growing. - @param iterator of type OutputIterator. + @param points input point range for region growing. + @param regions output iterator to store the detected regions and fitted lines. @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below \cgalNamedParamsBegin @@ -122,9 +121,8 @@ OutputIterator region_growing_lines( @tparam OutputIterator a model of `OutputIterator` accepting a `std::pair >`. @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" - @param - a range of input items for region growing. - @param iterator of type OutputIterator. + @param points input point range for region growing. + @param regions output iterator to store the detected regions and fitted planes. @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below \cgalNamedParamsBegin @@ -211,9 +209,8 @@ OutputIterator region_growing_planes( @tparam OutputIterator a model of `OutputIterator` accepting a `std::pair::face_iterator> >`. @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" - @param - a range of input items for region growing. - @param iterator of type OutputIterator. + @param polygon_mesh polygon mesh for region growing. + @param regions output iterator to store the detected regions and fitted planes. @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below \cgalNamedParamsBegin @@ -288,9 +285,8 @@ OutputIterator region_growing_planes_polygon_mesh( @tparam OutputIterator a model of `OutputIterator` accepting a `std::pair >` or `std::pair >`. @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" - @param - a range of input items for region growing. - @param iterator of type OutputIterator. + @param polyline input point range for region growing. + @param regions output iterator to store the detected regions and fitted lines. @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below \cgalNamedParamsBegin