Document a @param

This commit is contained in:
Andreas Fabri 2025-11-20 14:02:31 +00:00
parent cee9effe09
commit 884e9fc4ee
1 changed files with 2 additions and 1 deletions

View File

@ -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