From 38284f1d66cc9b31601c4ffec2b37fea2b63acad Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 19 Oct 2024 14:35:14 +0200 Subject: [PATCH] Warnings regarding non closed tags. Added missing `\cgalParamNEnd` as they gave warnings when running a checker --- .../include/CGAL/Kinetic_surface_reconstruction_3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kinetic_surface_reconstruction/include/CGAL/Kinetic_surface_reconstruction_3.h b/Kinetic_surface_reconstruction/include/CGAL/Kinetic_surface_reconstruction_3.h index 6fdd83b13c3..a3b4ba33cda 100644 --- a/Kinetic_surface_reconstruction/include/CGAL/Kinetic_surface_reconstruction_3.h +++ b/Kinetic_surface_reconstruction/include/CGAL/Kinetic_surface_reconstruction_3.h @@ -118,6 +118,7 @@ class Kinetic_surface_reconstruction_3 { \cgalParamDescription{a property map associating normals to the elements of the point set `points`} \cgalParamType{a model of `ReadablePropertyMap` whose key type is the value type of the iterator of `PointRange` and whose value type is `GeomTraits::Vector_3`} \cgalParamDefault{`NormalMap()`} + \cgalParamNEnd \cgalParamNBegin{k_neighbors} \cgalParamDescription{Shape detection: the number of neighbors for each point considered during region growing} \cgalParamType{`std::size_t`} @@ -248,6 +249,7 @@ class Kinetic_surface_reconstruction_3 { \cgalParamDescription{a property map associating normals to the elements of the point set `points`} \cgalParamType{a model of `ReadablePropertyMap` whose key type is the value type of the iterator of `PointRange` and whose value type is `GeomTraits::Vector_3`} \cgalParamDefault{`NormalMap()`} + \cgalParamNEnd \cgalParamNBegin{k_neighbors} \cgalParamDescription{Shape detection: the number of neighbors for each point considered during region growing} \cgalParamType{`std::size_t`}