From 1fc30afde75f56a6fa1fb6d46ffaeb0535e6d7a0 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 4 Mar 2024 17:05:08 +0100 Subject: [PATCH] doc simplified (similar to most functions of PMP) --- .../include/CGAL/Polygon_mesh_processing/bbox.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h index 015265a48bd..753a9440f10 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/bbox.h @@ -308,14 +308,7 @@ namespace CGAL { * must be available in `PolygonMesh`.} * \cgalParamNEnd * \cgalParamNBegin{geom_traits} - * \cgalParamDescription{an instance of a geometric traits class providing the functor `Construct_bbox_3` - * and the function `Construct_bbox_3 construct_bbox_3_object()`. - * `Construct_bbox_3` must provide `Bbox_3 operator()(Point_3)` - * where `%Point_3` is the value type of the vertex point map. - * It must also provide the functor `Construct_midpoint_3` and, - * the function `Construct_midpoint_3 construct_midpoint_3_object()`. - * `Construct_midpoint_3` must provide `Point_3 operator()(Point_3, Point_3)`. - * The types `Vector_3` and `Iso_cuboid_3` must also be provided.} + * \cgalParamDescription{an instance of a geometric traits class model of `Kernel`.} * \cgalParamNEnd * \cgalNamedParamsEnd *