aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-06-30 13:05:07 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-06-30 13:05:07 +0200
commit020bf9e922ae48502b419d9e3349518f69bcdb52 (patch)
tree932bcfb789cafbe46177f793aeb31962aa60513c /doc/Doxyfile.in
parentaf9f4522997a8284fbd460582a0624516c4829b8 (diff)
clean the class hierarchy
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index c8bd980e8..da5d291f9 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -605,21 +605,21 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = CMake* \
- *.txt \
- *.sh \
- *.orig \
- *.diff \
- diff \
- *~ \
- *. \
- *.sln \
- *.sdf \
- *.tmp \
- *.vcxproj \
- *.filters \
- *.user \
- *.suo
+EXCLUDE_PATTERNS = CMake* \
+ *.txt \
+ *.sh \
+ *.orig \
+ *.diff \
+ diff \
+ *~ \
+ *. \
+ *.sln \
+ *.sdf \
+ *.tmp \
+ *.vcxproj \
+ *.filters \
+ *.user \
+ *.suo
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -627,7 +627,7 @@ EXCLUDE_PATTERNS = CMake* \
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
-EXCLUDE_SYMBOLS = MatrixBase<* MapBase<* RotationBase<* Matrix<*
+EXCLUDE_SYMBOLS = *Base<* Matrix<* ProductReturnType<* RotationBase<* Stride<* BandMatrix<* Block<*
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see
@@ -1296,7 +1296,7 @@ CLASS_DIAGRAMS = YES
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.
-MSCGEN_PATH =
+MSCGEN_PATH =
# If set to YES, the inheritance and collaboration graphs will hide
# inheritance and usage relations if the target is undocumented