Move concept out of ::CGAL:: namespace

This commit is contained in:
Mael Rouxel-Labbé 2020-01-07 17:00:45 +01:00
parent f883bc9c23
commit a9b1701980
2 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,3 @@
namespace CGAL {
/*! /*!
\ingroup PkgOptimalBoundingBoxConcepts \ingroup PkgOptimalBoundingBoxConcepts
\cgalConcept \cgalConcept
@ -36,5 +34,3 @@ public:
/// Returns the unitary matrix `Q` obtained in the QR-decomposition of the matrix `m`. /// Returns the unitary matrix `Q` obtained in the QR-decomposition of the matrix `m`.
Matrix get_Q(const Matrix& m) const; Matrix get_Q(const Matrix& m) const;
}; };
} // namespace CGAL

View File

@ -40,7 +40,7 @@ that are used in this package.
\cgalCRPSection{Concepts} \cgalCRPSection{Concepts}
- `CGAL::OrientedBoundingBoxTraits` - `OrientedBoundingBoxTraits`
\cgalCRPSection{Classes} \cgalCRPSection{Classes}