mirror of https://github.com/CGAL/cgal
fix doc warning
This commit is contained in:
parent
585467ab36
commit
d515e42c39
|
|
@ -157,9 +157,6 @@ public:
|
|||
using Property_map = Properties::Experimental::Property_array_handle<Node_index, T>;
|
||||
#endif
|
||||
|
||||
/// \cond SKIP_IN_MANUAL
|
||||
/// \endcond
|
||||
|
||||
/// @}
|
||||
|
||||
private: // data members :
|
||||
|
|
@ -265,9 +262,6 @@ public:
|
|||
|
||||
Orthtree& operator=(Orthtree&& other) = delete;
|
||||
|
||||
// move constructor
|
||||
/// \endcond
|
||||
|
||||
/// \name Tree Building
|
||||
/// @{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue