mirror of https://github.com/CGAL/cgal
Document a @param
This commit is contained in:
parent
cee9effe09
commit
884e9fc4ee
|
|
@ -258,7 +258,8 @@ bool write_LAS_with_properties(std::ostream& os, ///< output stream.
|
||||||
LAS_property::X,
|
LAS_property::X,
|
||||||
LAS_property::Y,
|
LAS_property::Y,
|
||||||
LAS_property::Z> point_property, ///< property handler for points
|
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
|
\ingroup PkgStreamSupportIoFuncsLAS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue