aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-23 19:57:21 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-23 19:57:21 +0100
commit072ee3c07d5fd45a555aa4eb90e1394fc5ad6583 (patch)
treee61453ef5eb1d19cc55b6b600704b7a63a4f69f1 /doc/Doxyfile.in
parentae8425c74c92fb3e5f07629aa216b405fccfdbb3 (diff)
Set Doxygen config variable INCLUDE_PATH to plugins directory.
This is necessary to get functions like MatrixBase::cwiseAbs() documented; otherwise doxygen can't find the include file in which they are defined.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 091ce5639..a0c8f73fa 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1189,7 +1189,7 @@ SEARCH_INCLUDES = YES
# contain include files that are not input files but should be processed by
# the preprocessor.
-INCLUDE_PATH =
+INCLUDE_PATH = "${Eigen_SOURCE_DIR}/Eigen/src/plugins"
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the