diff --git a/Classification/include/CGAL/Classification/Label.h b/Classification/include/CGAL/Classification/Label.h index 22325d9e8ba..6a21b630768 100644 --- a/Classification/include/CGAL/Classification/Label.h +++ b/Classification/include/CGAL/Classification/Label.h @@ -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. */