From e9583a69d0654d139f0533cd4085c607ebbcbaff Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 16 May 2023 12:38:50 +0100 Subject: [PATCH] fixes --- Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h index f1bf80dab4e..66e7bf8f389 100644 --- a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h @@ -291,9 +291,11 @@ public: * Constructor from a sequence of polyhedral surfaces, and a bounding * polyhedral surface. * - * @tparam InputPolyhedraPtrIterator must an iterator of a sequence of - * pointers to polyhedra @todo fix what the type is + * @tparam InputPolyhedraPtrIterator must be a model of + * `ForwardIterator` and value type `Polyhedron*` * + * @param begin iterator for a sequence of pointers to polyhedra + * @param end iterator for a sequence of pointers to polyhedra * @param bounding_polyhedron reference to the bounding surface */ template