mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Remove "ingroup" from doxygen documentation
This commit is contained in:
@@ -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<V, C1, O1> const& x, static_vector<V, C2, O2> 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<V, C1, O1> const& x, static_vector<V, C2, O2> 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<V, C1, O1> const& x, static_vector<V, C2, O2> 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<V, C1, O1> const& x, static_vector<V, C2, O2> 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<V, C1, O1> const& x, static_vector<V, C2, O2> 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<V, C1, O1> const& x, static_vector<V, C2, O2> con
|
||||
//!
|
||||
//! This function calls static_vector::swap().
|
||||
//!
|
||||
//! @ingroup static_vector_non_member
|
||||
//!
|
||||
//! @param x The first static_vector.
|
||||
//! @param y The second static_vector.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user