diff --git a/Point_set_3/include/CGAL/Point_set_3/IO.h b/Point_set_3/include/CGAL/Point_set_3/IO.h index b0da6a026d8..ba6c41ceaa7 100644 --- a/Point_set_3/include/CGAL/Point_set_3/IO.h +++ b/Point_set_3/include/CGAL/Point_set_3/IO.h @@ -151,10 +151,10 @@ bool read_point_set(const std::string& fname, CGAL::Point_set_3& { return read_point_set(fname, ps, parameters::all_default()); } +/// \endcond } // namespace IO -/// \endcond //////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////