This commit is contained in:
Jane Tournois 2023-02-23 10:40:49 +01:00
parent e2296b581f
commit b25dba99e8
1 changed files with 3 additions and 1 deletions

View File

@ -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}
*