aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-06-02 19:29:23 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-06-02 19:29:23 +0000
commitac88feebb752cadbeb1903832f18b75e71d706b8 (patch)
treedb5017c6c3fe9d072e2fee1896cf15913fe196d6 /doc/Doxyfile.in
parent6209bbe286b73b03c94bc886b625db3844b45c8a (diff)
work around Doxygen bug triggered by r814874, which caused many classes to disappear
from the docs.
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 d700e7e0d..26f43944a 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1174,7 +1174,8 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = EIGEN_EMPTY_STRUCT
+PREDEFINED = EIGEN_EMPTY_STRUCT \
+ EIGEN_PARSED_BY_DOXYGEN
# 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.