mirror of https://github.com/CGAL/cgal
Merge pull request #6198 from albert-github/feature/bug_classification_endcond
Superfluous \endcond in Classification package
This commit is contained in:
commit
30d636ca62
|
|
@ -205,7 +205,6 @@ public:
|
||||||
// else
|
// else
|
||||||
return add (name, found->second.second, found->second.first);
|
return add (name, found->second.second, found->second.first);
|
||||||
}
|
}
|
||||||
/// \endcond
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief removes a label.
|
\brief removes a label.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue