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 * \include class_CwiseBinaryOp.cpp
* Output: \verbinclude class_CwiseBinaryOp.out * Output: \verbinclude class_CwiseBinaryOp.out
* *
* \sa class CwiseBinaryOp, operator+, operator-, cwiseProduct * \sa class CwiseBinaryOp, operator+(), operator-(), cwiseProduct()
*/ */
template<typename CustomBinaryOp, typename OtherDerived> template<typename CustomBinaryOp, typename OtherDerived>
EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, Derived, OtherDerived> EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, Derived, OtherDerived>

View File

@ -139,7 +139,7 @@ imag() const { return derived(); }
* \include class_CwiseUnaryOp.cpp * \include class_CwiseUnaryOp.cpp
* Output: \verbinclude class_CwiseUnaryOp.out * Output: \verbinclude class_CwiseUnaryOp.out
* *
* \sa class CwiseUnaryOp, class CwiseBinarOp * \sa class CwiseUnaryOp, class CwiseBinaryOp
*/ */
template<typename CustomUnaryOp> template<typename CustomUnaryOp>
inline const CwiseUnaryOp<CustomUnaryOp, Derived> inline const CwiseUnaryOp<CustomUnaryOp, Derived>
@ -157,7 +157,7 @@ unaryExpr(const CustomUnaryOp& func = CustomUnaryOp()) const
* \include class_CwiseUnaryOp.cpp * \include class_CwiseUnaryOp.cpp
* Output: \verbinclude class_CwiseUnaryOp.out * Output: \verbinclude class_CwiseUnaryOp.out
* *
* \sa class CwiseUnaryOp, class CwiseBinarOp * \sa class CwiseUnaryOp, class CwiseBinaryOp
*/ */
template<typename CustomViewOp> template<typename CustomViewOp>
inline const CwiseUnaryView<CustomViewOp, Derived> inline const CwiseUnaryView<CustomViewOp, Derived>