add missing Ref

This commit is contained in:
Sébastien Loriot 2022-07-27 15:48:23 +02:00
parent a266c55383
commit f075a3ee1e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
namespace CGAL { namespace CGAL {
/*! /*!
* \ingroup PkgPolygonMeshProcessing * \ingroup PkgPolygonMeshProcessingRef
* This class provides methods to perform some intersection tests between triangle meshes * This class provides methods to perform some intersection tests between triangle meshes
* that undergo affine transformations (rotation, translation, and scaling). * 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. * Meshes are added to an internal set and are referenced using an id assigned when added to the set.