From 52dce0c126e67583a349e87a3f5eedee9de92dc7 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 20 Jun 2012 09:28:32 +0200 Subject: significantly extend the tutorial of sparse matrices --- doc/Doxyfile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/Doxyfile.in') 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 -- cgit v1.2.3