mirror of https://github.com/CGAL/cgal
Point_set_processing_3: Missing end command for cgalParam
A `\cgalParamEnd` was missing, resulting in an incorrect sequence of HTML tags (in the output just a small extra white space was shown)
This commit is contained in:
parent
c837828770
commit
772d26ac48
|
|
@ -1525,6 +1525,7 @@ private:
|
|||
to the index of plane (`-1` if the point is not assigned to a plane)}
|
||||
\cgalParamType{a class model of `ReadablePropertyMap` with `std::size_t` as key type and `int` as value type}
|
||||
\cgalParamDefault{There is no default, this parameters is mandatory.}
|
||||
\cgalParamNEnd
|
||||
|
||||
\cgalParamNBegin{plane_map}
|
||||
\cgalParamDescription{a property map containing the planes associated to the elements of the plane range `planes`}
|
||||
|
|
|
|||
Loading…
Reference in New Issue