Remove "ingroup" from doxygen documentation

This commit is contained in:
Ion Gaztañaga
2025-09-29 12:15:41 +02:00
parent 5019f5c12b
commit 2774b3c9ba

View File

@@ -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.
//!