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