[Small Feature] Fix missing comment terminator in doc

This commit is contained in:
Yliess Bellargui 2025-07-08 12:10:12 +02:00
parent afc4f72b26
commit 81e0122efa
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ which constructs a vector as the difference of points `p2-p1`, and
\link LinearCellComplexTraits::Vector ` Vector `\endlink `operator() (const CGAL::Origin&, const ` \link Point ` Point`\endlink`& p)`
which constructs a vector as the difference of point `p` and a point at the origin
(used in \link CGAL::barycenter `barycenter`\endlink
and `CGAL::read_plane_graph_in_lcc`).
and `CGAL::read_plane_graph_in_lcc`).*/
typedef unspecified_type Construct_vector;
/*!