aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-16 15:43:11 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-16 15:43:11 +0100
commit37d45052288f650471f3414d72b56a7e6e715fc2 (patch)
tree1ab6f865daf7fde7723955b917d63cb72a566a1c /doc/Doxyfile.in
parent90d5a7c0dd076b7d383ed7284faf6f9073bc9546 (diff)
More documentation improvements.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 6ce5d3936..4ac47cd05 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -344,7 +344,7 @@ EXTRACT_ANON_NSPACES = NO
# various overviews, but no documentation section is generated.
# This option has no effect if EXTRACT_ALL is enabled.
-HIDE_UNDOC_MEMBERS = NO
+HIDE_UNDOC_MEMBERS = YES
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy.
@@ -1211,11 +1211,13 @@ 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 \
- EIGEN_MAKE_TYPEDEFS \
- EIGEN_MAKE_TYPEDEFS_ALL_SIZES \
- EIGEN_CWISE_UNOP_RETURN_TYPE \
- EIGEN_CWISE_BINOP_RETURN_TYPE
+EXPAND_AS_DEFINED = EIGEN_MAKE_SCALAR_OPS \
+ EIGEN_MAKE_TYPEDEFS \
+ EIGEN_MAKE_FIXED_TYPEDEFS \
+ EIGEN_MAKE_TYPEDEFS_ALL_SIZES \
+ EIGEN_CWISE_UNOP_RETURN_TYPE \
+ EIGEN_CWISE_BINOP_RETURN_TYPE \
+ _EIGEN_GENERIC_PUBLIC_INTERFACE
# 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