From da3ccb90a766cfaa9a4abb96c68c16e7e79b3a55 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 14 Nov 2023 11:30:13 +0000 Subject: [PATCH] Fix ingroup --- .../include/CGAL/Kinetic_shape_partition_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_partition_3.h b/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_partition_3.h index 93a5e315b52..934e31d24f1 100644 --- a/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_partition_3.h +++ b/Kinetic_shape_reconstruction/include/CGAL/Kinetic_shape_partition_3.h @@ -56,7 +56,7 @@ namespace CGAL { /*! -* \ingroup PkgKineticShapeReconstructionRef +* \ingroup PkgKineticShapePartitionRef \brief creates the kinetic partition of the bounding box of the polygons given as input data. Use `Kinetic_shape_partition_3::Kinetic_shape_partition_3` to create an empty object, `Kinetic_shape_partition_3::insert` to provide input data and `Kinetic_shape_partition_3::initialize` to prepare the partition or use `Kinetic_shape_partition_3::Kinetic_shape_partition_3( const InputRange& input_range, const PolygonRange polygon_range, const NamedParameters &np)`.