From 884e9fc4eea8c948ec7c99e30d4e9a6127a77a6b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 20 Nov 2025 14:02:31 +0000 Subject: [PATCH] Document a @param --- Stream_support/include/CGAL/IO/LAS.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Stream_support/include/CGAL/IO/LAS.h b/Stream_support/include/CGAL/IO/LAS.h index cef92ce637a..6b8a547f5e3 100644 --- a/Stream_support/include/CGAL/IO/LAS.h +++ b/Stream_support/include/CGAL/IO/LAS.h @@ -258,7 +258,8 @@ bool write_LAS_with_properties(std::ostream& os, ///< output stream. LAS_property::X, LAS_property::Y, LAS_property::Z> point_property, ///< property handler for points - PropertyHandler&& ... properties); ///< parameter pack of property handlers + PropertyHandler&& ... properties ///< parameter pack of property handlers + ); /** \ingroup PkgStreamSupportIoFuncsLAS