mirror of https://github.com/CGAL/cgal
Superfluous \endcond in Classification package
We get the warning: ``` Classification/Label_set.h:208: warning: the \endcond does not have a corresponding \cond in this file ``` Superfluous \endcond in Classification package removed
This commit is contained in:
parent
a07c06abd0
commit
100581b26e
|
|
@ -205,7 +205,6 @@ public:
|
|||
// else
|
||||
return add (name, found->second.second, found->second.first);
|
||||
}
|
||||
/// \endcond
|
||||
|
||||
/*!
|
||||
\brief removes a label.
|
||||
|
|
|
|||
Loading…
Reference in New Issue