aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2019-01-24 00:14:02 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2019-01-24 00:14:02 +0100
commitbd6dadcda8974622bdc4c731068e4b3cf84bcf9c (patch)
treed3f4d5d29a720305c7f248bf666678e48c82e87a /doc
parentc64d5d3827f8d1ab0f33198721862115efe871da (diff)
Tell doxygen that cxx11 math is available
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 3ebbeb812..d8f28812e 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1592,6 +1592,7 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \
EIGEN_QT_SUPPORT \
EIGEN_STRONG_INLINE=inline \
EIGEN_DEVICE_FUNC= \
+ EIGEN_HAS_CXX11_MATH=1 \
"EIGEN_MAKE_CWISE_BINARY_OP(METHOD,FUNCTOR)=template<typename OtherDerived> const CwiseBinaryOp<FUNCTOR<Scalar>, const Derived, const OtherDerived> METHOD(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const;" \
"EIGEN_CWISE_PRODUCT_RETURN_TYPE(LHS,RHS)=CwiseBinaryOp<internal::scalar_product_op<LHS::Scalar,RHS::Scalar>, const LHS, const RHS>"\
"EIGEN_CAT2(a,b)= a ## b"\