From 5b397e9d6f856bde7ceeea1e5f49d76deab14a09 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 19 Mar 2021 08:40:21 +0100 Subject: [PATCH] Fix group name for read_ply_points_with_properties --- Point_set_processing_3/include/CGAL/IO/read_ply_points.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_processing_3/include/CGAL/IO/read_ply_points.h b/Point_set_processing_3/include/CGAL/IO/read_ply_points.h index 5588f2f1cf2..db4fafad369 100644 --- a/Point_set_processing_3/include/CGAL/IO/read_ply_points.h +++ b/Point_set_processing_3/include/CGAL/IO/read_ply_points.h @@ -92,7 +92,7 @@ namespace CGAL { #endif // DOXYGEN_RUNNING /** - \ingroup PkgPointSetProcessingIOPly + \ingroup PkgPointSetProcessing3IOPly Reads user-selected points properties from a .ply stream (ASCII or binary).