fix endcond/namespace

This commit is contained in:
Andreas Fabri 2024-02-06 11:21:36 +00:00
parent dc17aa4b83
commit d9a542fdd6
3 changed files with 5 additions and 3 deletions

View File

@ -123,7 +123,7 @@ typedef Base<unsigned short, Id::I> I;
/**
\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
`LAS_property::X`, `LAS_property::Y` and `LAS_property::Z`.

View File

@ -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);
}
/// \endcond
} // namespace IO
/// \endcond
#ifndef CGAL_NO_DEPRECATED_CODE

View File

@ -304,7 +304,7 @@ bool write_LAS(std::ostream& os,
/**
\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
its iterator is the key type of the named parameter `point_map`.