This commit is contained in:
Jane Tournois 2022-11-14 13:30:34 +01:00
parent 33499c482a
commit 19d4ae4fa6
1 changed files with 2 additions and 1 deletions

View File

@ -594,7 +594,8 @@ public:
*
* \cgalParamNBegin{detect_features}
* \cgalParamDescription{ a functor can be passed to
* `std::function<void(const CGAL::Image_3&, Mesh_domain_with_polyline_features_3<Labeled_mesh_domain_3>&)>`}
* `std::function<void(const CGAL::Image_3&, Mesh_domain_with_polyline_features_3<Labeled_mesh_domain_3>&)>`.
* 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}