aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
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