mirror of https://github.com/CGAL/cgal
Fix warning using doxygen command instead of markdown
This commit is contained in:
parent
30422d0ad8
commit
250ab87886
|
|
@ -58,7 +58,7 @@ public:
|
|||
/// @{
|
||||
|
||||
/*!
|
||||
returns the name of the classification label (_e.g._ vegetation).
|
||||
returns the name of the classification label (\a e.g. vegetation).
|
||||
*/
|
||||
const std::string& name() const { return m_name; }
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ public:
|
|||
std::size_t index() const { return m_index; }
|
||||
|
||||
/*!
|
||||
returns the standard index of the classification label (_e.g._ index in the ASPRS standard).
|
||||
returns the standard index of the classification label (\a e.g. index in the ASPRS standard).
|
||||
|
||||
\note This index is purely user-oriented and is not used by the classification algorithms.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue