From 4573f78d8b04f7b5833b2a45744ec357e080711b Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 30 Sep 2024 14:02:50 +0200 Subject: [PATCH] doc --- .../CGAL/Mesh_3/Construct_initial_points_labeled_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h b/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h index f40adadc0e6..b07cc5a7a1b 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h +++ b/Mesh_3/include/CGAL/Mesh_3/Construct_initial_points_labeled_image.h @@ -134,7 +134,7 @@ struct Construct_initial_points_labeled_image * @tparam MeshDomain model of `MeshDomain_3` * @tparam TransformOperator functor that transforms values of the image. * It must provide the following type:
- * `result_type` a type that supports the '==' operator
+ * `result_type`: a type that supports the '==' operator
* and the following operator:
* `result_type operator()(Word v)` * with `Word` the type of the image values.