From f075a3ee1eecd739a571df3cef141ceb09d94b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 27 Jul 2022 15:48:23 +0200 Subject: [PATCH] add missing Ref --- .../include/CGAL/Rigid_triangle_mesh_collision_detection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Rigid_triangle_mesh_collision_detection.h b/Polygon_mesh_processing/include/CGAL/Rigid_triangle_mesh_collision_detection.h index 7b28b5d4121..312d56d54eb 100644 --- a/Polygon_mesh_processing/include/CGAL/Rigid_triangle_mesh_collision_detection.h +++ b/Polygon_mesh_processing/include/CGAL/Rigid_triangle_mesh_collision_detection.h @@ -37,7 +37,7 @@ namespace CGAL { /*! - * \ingroup PkgPolygonMeshProcessing + * \ingroup PkgPolygonMeshProcessingRef * This class provides methods to perform some intersection tests between triangle meshes * that undergo affine transformations (rotation, translation, and scaling). * Meshes are added to an internal set and are referenced using an id assigned when added to the set.