Docs: Typos in ArrayBase doxygen comments

This commit is contained in:
Jitse Niesen
2010-08-23 11:44:51 +01:00
parent 103b9351fd
commit d1111d625c
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ EIGEN_MAKE_CWISE_BINARY_OP(operator+,ei_scalar_sum_op)
* \include class_CwiseBinaryOp.cpp
* Output: \verbinclude class_CwiseBinaryOp.out
*
* \sa class CwiseBinaryOp, operator+, operator-, cwiseProduct
* \sa class CwiseBinaryOp, operator+(), operator-(), cwiseProduct()
*/
template<typename CustomBinaryOp, typename OtherDerived>
EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, Derived, OtherDerived>