aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Alexander Neundorf <neundorf@kde.org>2008-12-02 13:04:32 +0000
committerGravatar Alexander Neundorf <neundorf@kde.org>2008-12-02 13:04:32 +0000
commit84cc69f0f3fb0e232435d2318006500f47277e4d (patch)
tree04f1df277c20ac77dd1b06ea0b5f5cef7b2a6653 /doc/Doxyfile.in
parent20c11bc52ce8dcb6eecc16dda70fa4a498f32a4a (diff)
-add quotes around the configured directories so build dirs with spaces produce some errors less
Alex
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 52046cd86..c3a6a9ddb 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -39,7 +39,7 @@ PROJECT_NUMBER = "${EIGEN_VERSION}"
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = ${Eigen_BINARY_DIR}/doc
+OUTPUT_DIRECTORY = "${Eigen_BINARY_DIR}/doc"
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -556,9 +556,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ${Eigen_SOURCE_DIR}/Eigen \
- ${Eigen_SOURCE_DIR}/doc \
- ${Eigen_BINARY_DIR}/doc
+INPUT = "${Eigen_SOURCE_DIR}/Eigen" \
+ "${Eigen_SOURCE_DIR}/doc" \
+ "${Eigen_BINARY_DIR}/doc"
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -618,10 +618,10 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = ${Eigen_SOURCE_DIR}/doc/snippets \
- ${Eigen_BINARY_DIR}/doc/snippets \
- ${Eigen_SOURCE_DIR}/doc/examples \
- ${Eigen_BINARY_DIR}/doc/examples
+EXAMPLE_PATH = "${Eigen_SOURCE_DIR}/doc/snippets" \
+ "${Eigen_BINARY_DIR}/doc/snippets" \
+ "${Eigen_SOURCE_DIR}/doc/examples" \
+ "${Eigen_BINARY_DIR}/doc/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
@@ -771,7 +771,7 @@ HTML_FILE_EXTENSION = .html
# each generated HTML page. If it is left blank doxygen will generate a
# standard header.
-HTML_HEADER = ${Eigen_BINARY_DIR}/doc/eigendoxy_header.html
+HTML_HEADER = "${Eigen_BINARY_DIR}/doc/eigendoxy_header.html"
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
# each generated HTML page. If it is left blank doxygen will generate a
@@ -788,7 +788,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 = ${Eigen_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