From 19d4ae4fa6d8afbf71fc0c4b5104e009471fdb3d Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 14 Nov 2022 13:30:34 +0100 Subject: [PATCH] more doc --- Mesh_3/include/CGAL/Labeled_mesh_domain_3.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h b/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h index 9a1be94ab8d..9382dd518b9 100644 --- a/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h @@ -594,7 +594,8 @@ public: * * \cgalParamNBegin{detect_features} * \cgalParamDescription{ a functor can be passed to - * `std::function&)>`} + * `std::function&)>`. + * See \ref PkgMesh3FeatureDetection for available functors.} * \cgalParamDefault{CGAL::Null_functor()} * \cgalParamExtra{The return type of the function depends on whether this parameter is provided or not.} * \cgalParamExtra{If `weights` is provided, this parameter is ignored}