aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-08-22 17:30:31 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-08-22 17:30:31 +0100
commita6da80387364de1a6af39a2b472968b1cb1b10a1 (patch)
tree0f93cf846bf455bc58ab5d9c9fe15f3f8a488426 /doc/Doxyfile.in
parent60aad09878c7377cf370e46bc32d80b77fdbfb75 (diff)
Document DenseCoeffsBase
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index a0c8f73fa..6f132412d 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -627,7 +627,10 @@ EXCLUDE_PATTERNS = CMake* \
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
-EXCLUDE_SYMBOLS = *Base<* Matrix<* ProductReturnType<* RotationBase<* Stride<* BandMatrix<* Block<*
+# This is used to clean up the "class hierarchy" page
+
+EXCLUDE_SYMBOLS = EigenBase<* SparseMatrixBase<* DenseBase<* MatrixBase<* 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