mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
clean the class hierarchy
This commit is contained in:
parent
af9f452299
commit
020bf9e922
@ -605,21 +605,21 @@ EXCLUDE_SYMLINKS = NO
|
|||||||
# against the file with absolute path, so to exclude all test directories
|
# against the file with absolute path, so to exclude all test directories
|
||||||
# for example use the pattern */test/*
|
# for example use the pattern */test/*
|
||||||
|
|
||||||
EXCLUDE_PATTERNS = CMake* \
|
EXCLUDE_PATTERNS = CMake* \
|
||||||
*.txt \
|
*.txt \
|
||||||
*.sh \
|
*.sh \
|
||||||
*.orig \
|
*.orig \
|
||||||
*.diff \
|
*.diff \
|
||||||
diff \
|
diff \
|
||||||
*~ \
|
*~ \
|
||||||
*. \
|
*. \
|
||||||
*.sln \
|
*.sln \
|
||||||
*.sdf \
|
*.sdf \
|
||||||
*.tmp \
|
*.tmp \
|
||||||
*.vcxproj \
|
*.vcxproj \
|
||||||
*.filters \
|
*.filters \
|
||||||
*.user \
|
*.user \
|
||||||
*.suo
|
*.suo
|
||||||
|
|
||||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
# (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,
|
# wildcard * is used, a substring. Examples: ANamespace, AClass,
|
||||||
# AClass::ANamespace, ANamespace::*Test
|
# 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
|
# The EXAMPLE_PATH tag can be used to specify one or more files or
|
||||||
# directories that contain example code fragments that are included (see
|
# 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
|
# the mscgen tool resides. If left empty the tool is assumed to be found in the
|
||||||
# default search path.
|
# default search path.
|
||||||
|
|
||||||
MSCGEN_PATH =
|
MSCGEN_PATH =
|
||||||
|
|
||||||
# If set to YES, the inheritance and collaboration graphs will hide
|
# If set to YES, the inheritance and collaboration graphs will hide
|
||||||
# inheritance and usage relations if the target is undocumented
|
# inheritance and usage relations if the target is undocumented
|
||||||
|
Loading…
x
Reference in New Issue
Block a user