Fix warning using doxygen command instead of markdown

This commit is contained in:
Simon Giraudot 2020-10-12 08:10:41 +02:00
parent 30422d0ad8
commit 250ab87886
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/