aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-01-15 13:55:47 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-01-15 13:55:47 +0000
commitc67e717404258d3625a74c67f50be34939af6d95 (patch)
tree2eab0b2e520acb2ccbd88fa8242a2c9c9ea8b980 /doc/Doxyfile.in
parent9c9a42cc49f9c7f0e0d87c827734262cc5f5fbc3 (diff)
alpha 3.1. in this commit:
- finally get the Eval stuff right. get back to having Eval as a subclass of Matrix with limited functionality, and then, add a typedef MatrixType to get the actual matrix type. - add swap(), findBiggestCoeff() - bugfix by Ramon in Transpose - new demo: doc/echelon.cpp
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 6462239e0..aae3eb5d5 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = Eigen
-PROJECT_NUMBER = 2.0-alpha3
+PROJECT_NUMBER = 2.0-alpha3.1
OUTPUT_DIRECTORY = ${CMAKE_BINARY_DIR}/doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English