diff --git a/array.h b/array.h
index e1ad11d1..dbfe154b 100644
--- a/array.h
+++ b/array.h
@@ -346,9 +346,7 @@ namespace etl
};
//*************************************************************************
- ///
/// Overloaded std::swap for etl::array
- ///
///\param lhs Reference to the first array.
///\param rhs Reference to the second array.
//*************************************************************************
@@ -359,9 +357,7 @@ namespace etl
}
//*************************************************************************
- ///
/// Equal operator.
- ///
///\param lhs Reference to the first array.
///\param rhs Reference to the second array.
///\return true if the arrays are equal, otherwise false