aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-27 17:43:10 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-27 17:43:10 -0500
commitea7d8721818e6b83b80f1666da4d94d471b26816 (patch)
tree2506d212d9639831d2f0dfd7fd1332645f58f87f /doc/Doxyfile.in
parentb6299c974f94ca48e8c43fad18e588e55108a458 (diff)
documentation fixes
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 6f132412d..d9f5f6d91 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1213,7 +1213,8 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \
EIGEN_PARSED_BY_DOXYGEN \
EIGEN_VECTORIZE \
EIGEN_QT_SUPPORT \
- EIGEN_STRONG_INLINE=inline
+ EIGEN_STRONG_INLINE=inline \
+ EIGEN2_SUPPORT_STAGE=99
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.