From cee9effe099becad136ba09416a291fb85befab0 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 20 Nov 2025 13:56:43 +0000 Subject: [PATCH] Document a @param --- Stream_support/include/CGAL/IO/LAS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stream_support/include/CGAL/IO/LAS.h b/Stream_support/include/CGAL/IO/LAS.h index 583340e82b5..cef92ce637a 100644 --- a/Stream_support/include/CGAL/IO/LAS.h +++ b/Stream_support/include/CGAL/IO/LAS.h @@ -258,7 +258,7 @@ 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); + PropertyHandler&& ... properties); ///< parameter pack of property handlers /** \ingroup PkgStreamSupportIoFuncsLAS