diff --git a/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h b/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h index f2983cb2f7b..806f7b15955 100644 --- a/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h +++ b/Polygon_mesh_processing/include/CGAL/polygon_soup_to_polygon_mesh.h @@ -91,7 +91,7 @@ public: * builds a polygon mesh from a soup of polygons. * @pre the input polygon soup is consistently oriented. * @tparam PolygonMesh a model of `MutableFaceGraph` - * @tparam Point a point type that has the three operators `x()`, `y()`, and `z()`. + * @tparam Point a point type that has an operator `[]` to access coordinates * @tparam Polygon a `std::vector` corresponding to the indices * of points in `points` */