Merge pull request #5747 from maxGimeno/Doc-Fix_point_set_3_doc-maxGimeno

Point_set_3: Fix doc
This commit is contained in:
Laurent Rineau 2021-06-16 15:06:21 +02:00
commit c5882ed8b1
1 changed files with 1 additions and 1 deletions

View File

@ -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
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////