aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-31 15:12:55 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-31 15:12:55 +0000
commitc93186790935c3095f50731def25580c1b62f1a2 (patch)
tree6d346b0d0b663d7697d3918d739efd83e374abb2 /doc/Doxyfile.in
parentff60c9ccb1dd8a492b5d26213ee9effd3a78c5cf (diff)
also use EIGEN_SOURCE_DIR here. according to grep this was the last place to
change.
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 8a0e336fb..802f068f4 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -553,8 +553,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ${CMAKE_SOURCE_DIR}/Eigen \
- ${CMAKE_SOURCE_DIR}/doc \
+INPUT = ${EIGEN_SOURCE_DIR}/Eigen \
+ ${EIGEN_SOURCE_DIR}/doc \
${CMAKE_BINARY_DIR}/doc
# This tag can be used to specify the character encoding of the source files
@@ -615,9 +615,9 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = ${CMAKE_SOURCE_DIR}/doc/snippets \
+EXAMPLE_PATH = ${EIGEN_SOURCE_DIR}/doc/snippets \
${CMAKE_BINARY_DIR}/doc/snippets \
- ${CMAKE_SOURCE_DIR}/doc/examples \
+ ${EIGEN_SOURCE_DIR}/doc/examples \
${CMAKE_BINARY_DIR}/doc/examples
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
@@ -785,7 +785,7 @@ HTML_FOOTER =
# the style sheet file to the HTML output directory, so don't put your own
# stylesheet in the HTML output directory as well, or it will be erased!
-HTML_STYLESHEET = ${CMAKE_SOURCE_DIR}/doc/eigendoxy.css
+HTML_STYLESHEET = ${EIGEN_SOURCE_DIR}/doc/eigendoxy.css
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to