From b25dba99e8f8111eea84d24a25063c8d3745d0de Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 23 Feb 2023 10:40:49 +0100 Subject: [PATCH] doc --- Mesh_3/include/CGAL/Labeled_mesh_domain_3.h | 4 +++- 1 file changed, 3 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 c0d20e76423..377b80f2ff3 100644 --- a/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h @@ -640,7 +640,7 @@ public: * \cgalParamDefault{CGAL::Null_functor()} * \cgalParamExtra{The return type of the function depends on whether this parameter or `input_features` are provided or not.} - * \cgalParamExtra{If `weights` is provided, this parameter is ignored} + * \cgalParamExtra{TODO} * \cgalParamNEnd * * \cgalParamNBegin{input_features} @@ -658,6 +658,8 @@ public: * \cgalParamNEnd * * \cgalNamedParamsEnd + * + * \todo{Add warning about using weights and feature detection together} * * \cgalHeading{Example} *