mirror of https://github.com/CGAL/cgal
fix endcond/namespace
This commit is contained in:
parent
dc17aa4b83
commit
d9a542fdd6
|
|
@ -123,7 +123,7 @@ typedef Base<unsigned short, Id::I> I;
|
||||||
/**
|
/**
|
||||||
\ingroup PkgPointSetProcessing3IOLas
|
\ingroup PkgPointSetProcessing3IOLas
|
||||||
|
|
||||||
Generates a %LAS property handler to read 3D points. Points are
|
generates a %LAS property handler to read 3D points. Points are
|
||||||
constructed from the input the using 3 %LAS properties
|
constructed from the input the using 3 %LAS properties
|
||||||
`LAS_property::X`, `LAS_property::Y` and `LAS_property::Z`.
|
`LAS_property::X`, `LAS_property::Y` and `LAS_property::Z`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -245,9 +245,11 @@ bool read_XYZ(const std::string& fname, OutputIterator output, const CGAL_NP_CLA
|
||||||
return read_XYZ<typename value_type_traits<OutputIterator>::type>(is, output, np);
|
return read_XYZ<typename value_type_traits<OutputIterator>::type>(is, output, np);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// \endcond
|
||||||
|
|
||||||
} // namespace IO
|
} // namespace IO
|
||||||
|
|
||||||
/// \endcond
|
|
||||||
|
|
||||||
#ifndef CGAL_NO_DEPRECATED_CODE
|
#ifndef CGAL_NO_DEPRECATED_CODE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -304,7 +304,7 @@ bool write_LAS(std::ostream& os,
|
||||||
/**
|
/**
|
||||||
\ingroup PkgPointSetProcessing3IOLas
|
\ingroup PkgPointSetProcessing3IOLas
|
||||||
|
|
||||||
Saves the range of `points` (positions only), using the \ref IOStreamLAS.
|
writes the range of `points` (positions only), using the \ref IOStreamLAS.
|
||||||
|
|
||||||
\tparam PointRange is a model of `ConstRange`. The value type of
|
\tparam PointRange is a model of `ConstRange`. The value type of
|
||||||
its iterator is the key type of the named parameter `point_map`.
|
its iterator is the key type of the named parameter `point_map`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue