Edited comments

This commit is contained in:
jwellbelove 2014-10-31 15:53:45 +00:00
parent ed9e56ef6d
commit 75324aa134

View File

@ -346,9 +346,7 @@ namespace etl
};
//*************************************************************************
/// <summary>
/// Overloaded std::swap for etl::array<T, SIZE>
/// </summary>
///\param lhs Reference to the first array.
///\param rhs Reference to the second array.
//*************************************************************************
@ -359,9 +357,7 @@ namespace etl
}
//*************************************************************************
/// <summary>
/// Equal operator.
/// </summary>
///\param lhs Reference to the first array.
///\param rhs Reference to the second array.
///\return <b>true</b> if the arrays are equal, otherwise <b>false</b>