diff --git a/include/boost/container/static_vector.hpp b/include/boost/container/static_vector.hpp index 83094bb..6481760 100644 --- a/include/boost/container/static_vector.hpp +++ b/include/boost/container/static_vector.hpp @@ -1238,8 +1238,6 @@ public: //! @brief Checks if contents of two static_vectors are equal. //! -//! @ingroup static_vector_non_member -//! //! @param x The first static_vector. //! @param y The second static_vector. //! @@ -1252,8 +1250,6 @@ bool operator== (static_vector const& x, static_vector con //! @brief Checks if contents of two static_vectors are not equal. //! -//! @ingroup static_vector_non_member -//! //! @param x The first static_vector. //! @param y The second static_vector. //! @@ -1266,8 +1262,6 @@ bool operator!= (static_vector const& x, static_vector con //! @brief Lexicographically compares static_vectors. //! -//! @ingroup static_vector_non_member -//! //! @param x The first static_vector. //! @param y The second static_vector. //! @@ -1280,8 +1274,6 @@ bool operator< (static_vector const& x, static_vector cons //! @brief Lexicographically compares static_vectors. //! -//! @ingroup static_vector_non_member -//! //! @param x The first static_vector. //! @param y The second static_vector. //! @@ -1294,8 +1286,6 @@ bool operator> (static_vector const& x, static_vector cons //! @brief Lexicographically compares static_vectors. //! -//! @ingroup static_vector_non_member -//! //! @param x The first static_vector. //! @param y The second static_vector. //! @@ -1308,8 +1298,6 @@ bool operator<= (static_vector const& x, static_vector con //! @brief Lexicographically compares static_vectors. //! -//! @ingroup static_vector_non_member -//! //! @param x The first static_vector. //! @param y The second static_vector. //! @@ -1324,8 +1312,6 @@ bool operator>= (static_vector const& x, static_vector con //! //! This function calls static_vector::swap(). //! -//! @ingroup static_vector_non_member -//! //! @param x The first static_vector. //! @param y The second static_vector. //!