aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-20 15:18:54 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-20 15:18:54 +0000
commitce425d92f1c1d199c8428c46b4c4ea3be81b137b (patch)
tree582521e6e2f5bd871902e0a3f297acae38695936 /doc/Doxyfile.in
parent269f683902231020a910fd4e2c1b74554183e2c8 (diff)
Various documentation improvements, in particualr in Cholesky and Geometry module.
Added doxygen groups for Matrix typedefs and the Geometry module
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 4c5c71fd7..eed3fe600 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1191,7 +1191,9 @@ PREDEFINED = EIGEN_EMPTY_STRUCT \
# The macro definition that is found in the sources will be used.
# Use the PREDEFINED tag if you want to use a different macro definition.
-EXPAND_AS_DEFINED = EIGEN_MAKE_SCALAR_OPS
+EXPAND_AS_DEFINED = EIGEN_MAKE_SCALAR_OPS \
+ EIGEN_MAKE_TYPEDEFS \
+ EIGEN_MAKE_TYPEDEFS_ALL_SIZES
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone