fix doc warnings

This commit is contained in:
Sébastien Loriot 2020-10-20 13:23:15 +02:00
parent 5e17e85a80
commit 9b60888cb2
1 changed files with 2 additions and 1 deletions

View File

@ -116,8 +116,9 @@ namespace CGAL {
/// class using `traits`.
AABB_tree(const AABBTraits& traits = AABBTraits());
// move constructor and assignment operator
/// move constructor
AABB_tree(Self&&) noexcept;
/// assignment operator
Self& operator=(Self&&) noexcept;
// Disabled copy constructor & assignment operator