aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-12-19 22:13:11 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-12-19 22:13:11 +0100
commitfcc966b40d903e1e097fd4ccf536654fa41e3bfa (patch)
treeaf49d924f28768b346c388b0ad66de56e61c5702 /doc/Doxyfile.in
parent33e52a3943fdb50ab2e2f56fc678a9af5d2f27a4 (diff)
workaround doxygen limitation to follow the base class of PlainObjectBase
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 94a0cf44b..375c1f458 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -108,7 +108,7 @@ ALWAYS_DETAILED_SEC = NO
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
-INLINE_INHERITED_MEMB = NO
+INLINE_INHERITED_MEMB = YES
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
# path before files name in the file list and in the header files. If set
@@ -590,7 +590,7 @@ RECURSIVE = NO
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = "${Eigen_SOURCE_DIR}/Eigen/Eigen2Support"
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -626,10 +626,8 @@ EXCLUDE_PATTERNS = CMake* \
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
-# This is used to clean up the "class hierarchy" page
-
-EXCLUDE_SYMBOLS = EigenBase<* SparseMatrixBase<* DenseBase<* MatrixBase<* Matrix<* \
- ProductReturnType<* RotationBase<* Stride<* BandMatrix<* Block<*
+# This could used to clean up the "class hierarchy" page (e.g., Stride<* )
+EXCLUDE_SYMBOLS =
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see