mirror of https://github.com/CGAL/cgal
Few fixes from review
This commit is contained in:
parent
12a027b027
commit
5c8df1034c
|
|
@ -320,14 +320,14 @@ public:
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Converts a deprecated GZ configuration to a new BIN
|
\brief Converts a deprecated configuration (in compressed ASCII
|
||||||
configuration.
|
format) to a new configuration (in binary format).
|
||||||
|
|
||||||
The input file should be a GZIP container written by the
|
The input file should be a GZIP container written by the
|
||||||
`save_configuration()` method from CGAL 5.1 and earlier. The
|
`save_configuration()` method from CGAL 5.1 and earlier. The
|
||||||
output is a valid configuration for CGAL 5.2 and later.
|
output is a valid configuration for CGAL 5.2 and later.
|
||||||
|
|
||||||
\note This function and depends on the Boost libraries
|
\note This function depends on the Boost libraries
|
||||||
[Serialization](https://www.boost.org/libs/serialization) and
|
[Serialization](https://www.boost.org/libs/serialization) and
|
||||||
[IO Streams](https://www.boost.org/libs/iostreams) (compiled with the GZIP dependency).
|
[IO Streams](https://www.boost.org/libs/iostreams) (compiled with the GZIP dependency).
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ public:
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
returns the name of the classification label (e.g. vegetation).
|
returns the name of the classification label (_e.g._ vegetation).
|
||||||
*/
|
*/
|
||||||
const std::string& name() const { return m_name; }
|
const std::string& name() const { return m_name; }
|
||||||
|
|
||||||
|
|
@ -70,7 +70,7 @@ public:
|
||||||
std::size_t index() const { return m_index; }
|
std::size_t index() const { return m_index; }
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
returns the standard index of the classification label (i.e. index in the ASPRS standard).
|
returns the standard index of the classification label (_e.g._ index in the ASPRS standard).
|
||||||
|
|
||||||
\note This index is purely user-oriented and is not used by the classification algorithms.
|
\note This index is purely user-oriented and is not used by the classification algorithms.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue