From 2fb9a2d832ebd565da65cff7695b89680e9f0586 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 30 Oct 2025 22:44:47 +0100 Subject: [PATCH] doc links --- Stream_support/include/CGAL/IO/LAS/read_las_points.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Stream_support/include/CGAL/IO/LAS/read_las_points.h b/Stream_support/include/CGAL/IO/LAS/read_las_points.h index 19dd476bf3d..01267cb32a0 100644 --- a/Stream_support/include/CGAL/IO/LAS/read_las_points.h +++ b/Stream_support/include/CGAL/IO/LAS/read_las_points.h @@ -58,7 +58,7 @@ namespace CGAL { namespace IO { - +/// \cond SKIP_IN_MANUAL namespace internal { @@ -226,6 +226,8 @@ void process_properties (const LASpoint& reader, OutputValueType& new_element, } // namespace internal +/// \endcond + // documenation in ../LAS.h template