From c2b7cc8f50d0cf785fe5234c4677a5bb349bd476 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 3 Jun 2021 12:45:38 +0200 Subject: [PATCH] Fix doc --- Point_set_3/include/CGAL/Point_set_3/IO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////