mirror of https://github.com/CGAL/cgal
fix doc warnings
This commit is contained in:
parent
5e17e85a80
commit
9b60888cb2
|
|
@ -116,8 +116,9 @@ namespace CGAL {
|
||||||
/// class using `traits`.
|
/// class using `traits`.
|
||||||
AABB_tree(const AABBTraits& traits = AABBTraits());
|
AABB_tree(const AABBTraits& traits = AABBTraits());
|
||||||
|
|
||||||
// move constructor and assignment operator
|
/// move constructor
|
||||||
AABB_tree(Self&&) noexcept;
|
AABB_tree(Self&&) noexcept;
|
||||||
|
/// assignment operator
|
||||||
Self& operator=(Self&&) noexcept;
|
Self& operator=(Self&&) noexcept;
|
||||||
|
|
||||||
// Disabled copy constructor & assignment operator
|
// Disabled copy constructor & assignment operator
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue