fix doc warning

This commit is contained in:
Sébastien Loriot 2024-01-25 10:19:47 +01:00
parent 585467ab36
commit d515e42c39
1 changed files with 0 additions and 6 deletions

View File

@ -157,9 +157,6 @@ public:
using Property_map = Properties::Experimental::Property_array_handle<Node_index, T>; using Property_map = Properties::Experimental::Property_array_handle<Node_index, T>;
#endif #endif
/// \cond SKIP_IN_MANUAL
/// \endcond
/// @} /// @}
private: // data members : private: // data members :
@ -265,9 +262,6 @@ public:
Orthtree& operator=(Orthtree&& other) = delete; Orthtree& operator=(Orthtree&& other) = delete;
// move constructor
/// \endcond
/// \name Tree Building /// \name Tree Building
/// @{ /// @{