mirror of https://github.com/CGAL/cgal
adding a missing grouping
This commit is contained in:
parent
364cf71b74
commit
d9f815fd63
|
|
@ -63,6 +63,11 @@ Sets the point.
|
||||||
*/
|
*/
|
||||||
void set_point(Point p);
|
void set_point(Point p);
|
||||||
|
|
||||||
|
/// @}
|
||||||
|
|
||||||
|
/// \name I/O
|
||||||
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Inputs the non-combinatorial information given by the vertex:
|
Inputs the non-combinatorial information given by the vertex:
|
||||||
the point and other possible information.
|
the point and other possible information.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue