aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-06-20 09:28:32 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-06-20 09:28:32 +0200
commit52dce0c126e67583a349e87a3f5eedee9de92dc7 (patch)
tree6f27c66cecfec258f22d096835424d6fa324f9fa /doc/Doxyfile.in
parent882912b85f7ea310fd76689d7e55b8f88e6d3cab (diff)
significantly extend the tutorial of sparse matrices
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 e87c7c2ba..e9e89d486 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -592,6 +592,7 @@ RECURSIVE = YES
EXCLUDE = "${Eigen_SOURCE_DIR}/Eigen/Eigen2Support" \
"${Eigen_SOURCE_DIR}/Eigen/src/Eigen2Support" \
"${Eigen_SOURCE_DIR}/doc/examples" \
+ "${Eigen_SOURCE_DIR}/doc/special_examples" \
"${Eigen_SOURCE_DIR}/doc/snippets"
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
@@ -638,7 +639,9 @@ EXCLUDE_SYMBOLS = internal::* Flagged* *InnerIterator* DenseStorage<*
EXAMPLE_PATH = "${Eigen_SOURCE_DIR}/doc/snippets" \
"${Eigen_BINARY_DIR}/doc/snippets" \
"${Eigen_SOURCE_DIR}/doc/examples" \
- "${Eigen_BINARY_DIR}/doc/examples"
+ "${Eigen_BINARY_DIR}/doc/examples" \
+ "${Eigen_SOURCE_DIR}/doc/special_examples" \
+ "${Eigen_BINARY_DIR}/doc/special_examples"
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp