mirror of https://github.com/CGAL/cgal
Merge pull request #5747 from maxGimeno/Doc-Fix_point_set_3_doc-maxGimeno
Point_set_3: Fix doc
This commit is contained in:
commit
c5882ed8b1
|
|
@ -151,10 +151,10 @@ bool read_point_set(const std::string& fname, CGAL::Point_set_3<Point, Vector>&
|
||||||
{
|
{
|
||||||
return read_point_set(fname, ps, parameters::all_default());
|
return read_point_set(fname, ps, parameters::all_default());
|
||||||
}
|
}
|
||||||
|
/// \endcond
|
||||||
|
|
||||||
} // namespace IO
|
} // namespace IO
|
||||||
|
|
||||||
/// \endcond
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue