aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseUnaryView.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-03 11:22:42 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-03 11:22:42 +0200
commit9515b00876ab8e84ae4beb61e8661400ebb49522 (patch)
tree39096a0e55c14bc5056270f2951463032ae3d538 /Eigen/src/Core/CwiseUnaryView.h
parent16c7b1daabd2697950605706a8bc68ae32d70fc8 (diff)
remove the \addexample tags
Diffstat (limited to 'Eigen/src/Core/CwiseUnaryView.h')
-rw-r--r--Eigen/src/Core/CwiseUnaryView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Eigen/src/Core/CwiseUnaryView.h b/Eigen/src/Core/CwiseUnaryView.h
index 4b7d87953..580344379 100644
--- a/Eigen/src/Core/CwiseUnaryView.h
+++ b/Eigen/src/Core/CwiseUnaryView.h
@@ -98,8 +98,6 @@ class CwiseUnaryView : public MatrixBase<CwiseUnaryView<ViewOp, MatrixType> >
* The template parameter \a CustomUnaryOp is the type of the functor
* of the custom unary operator.
*
- * \addexample CustomCwiseUnaryFunctors \label How to use custom coeff wise unary functors
- *
* Example:
* \include class_CwiseUnaryOp.cpp
* Output: \verbinclude class_CwiseUnaryOp.out