aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-27 06:43:42 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-27 06:43:42 +0000
commit252e0c45b26768f8f88cb10b43a79494870c4980 (patch)
tree56f1c5eeb4b535846506e30c1fceebd881555418 /doc/Doxyfile.in
parenta0cfe6ebdc0a55bfb8d0631bd786cd5023d5258d (diff)
* missing cmake make_directory command
* show svn revision number if available * fix warnings about unused argc/argv Gael: I just saw your latest docs, it's completely awesome.
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 2ffcce036..5045598ba 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -32,7 +32,7 @@ PROJECT_NAME = Eigen
# if some version control system is used.
#EIGEN_VERSION is set in the root CMakeLists.txt
-PROJECT_NUMBER = ${EIGEN_VERSION}
+PROJECT_NUMBER = "${EIGEN_VERSION}"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.