Skip to content

Commit

Permalink
Warnings regarding non closed tags.
Browse files Browse the repository at this point in the history
Added missing `\cgalParamNEnd` as they gave warnings when running a checker
  • Loading branch information
albert-github committed Oct 19, 2024
1 parent 50cfbde commit 38284f1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`}
Expand Down Expand Up @@ -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`}
Expand Down

0 comments on commit 38284f1

Please sign in to comment.