aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-06-14 12:03:39 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-06-14 12:03:39 +0200
commit756ac4a93dea57bf61079c4867e712a8c26d77f6 (patch)
treea51d3bf04966d7fd409976e9b11f802c65afb887
parentf925dba3d981829fce7b383bec4d52fe41a023a4 (diff)
Fix doc.
-rw-r--r--Eigen/src/plugins/CommonCwiseBinaryOps.h2
1 files changed, 1 insertions, 1 deletions
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<typename T>
const CwiseBinaryOp<internal::scalar_product_op<Scalar,T>,Derived,Constant<Scalar> > 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.
*/