From 756ac4a93dea57bf61079c4867e712a8c26d77f6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 14 Jun 2016 12:03:39 +0200 Subject: Fix doc. --- Eigen/src/plugins/CommonCwiseBinaryOps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/plugins/CommonCwiseBinaryOps.h') diff --git a/Eigen/src/plugins/CommonCwiseBinaryOps.h b/Eigen/src/plugins/CommonCwiseBinaryOps.h index c5eaea16d..03c4aac94 100644 --- a/Eigen/src/plugins/CommonCwiseBinaryOps.h +++ b/Eigen/src/plugins/CommonCwiseBinaryOps.h @@ -55,7 +55,7 @@ EIGEN_MAKE_SCALAR_BINARY_OP(operator*,product); */ template const CwiseBinaryOp,Derived,Constant > operator*(const T& scalar) const; -/** \returns an expression of \c *this scaled by the scalar factor \a scalar +/** \returns an expression of \a expr scaled by the scalar factor \a scalar * * \tparam T is the scalar type of \a scalar. It must be compatible with the scalar type of the given expression. */ -- cgit v1.2.3