From 1688b86823e43b7c6f93a1f825cdb95c9fffc247 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Wed, 30 Jun 2010 13:04:50 +0200 Subject: [PATCH] Followed Benoit's comment and removed the Mainpage.dox too. --- Mainpage.dox | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Mainpage.dox diff --git a/Mainpage.dox b/Mainpage.dox deleted file mode 100644 index 7e8950170..000000000 --- a/Mainpage.dox +++ /dev/null @@ -1,19 +0,0 @@ -o /** \mainpage Eigen - -

If you see this page, then you have not properly generated the documentation. Namely, you have run doxygen from the source directory, which is not appropriate for generating the documentation of Eigen.

- -In order to generate the documentation of Eigen, please follow these steps: - - -After doing that, you will find the HTML documentation in the doc/html/ subdirectory of the build directory. - -

Note however that the documentation is available online here:

-http://eigen.tuxfamily.org/dox for the stable version and -http://eigen.tuxfamily.org/dox-devel for the development branch version. -*/