aboutsummaryrefslogtreecommitdiffhomepage
path: root/Mainpage.dox
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-21 11:29:04 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-12-21 11:29:04 +0000
commite9375836556a65b9cc5a55e49acdb823bc111a30 (patch)
treebf6fe3c8169e9228bece7e744111073855fcf4c9 /Mainpage.dox
parentc38156a217c439e8cdd684556d03461955b9c012 (diff)
everything works, make now runs doxygen once and only once, after all
the required files have been generated.
Diffstat (limited to 'Mainpage.dox')
-rw-r--r--Mainpage.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mainpage.dox b/Mainpage.dox
index 893e05da4..eeb437a58 100644
--- a/Mainpage.dox
+++ b/Mainpage.dox
@@ -11,6 +11,6 @@ In order to generate the documentation for Eigen, follow these steps:
<li>now generate the documentaion: <pre>make</pre> or, if you have two CPUs, <pre>make -j2</pre> Note that this will compile the examples, run them, and integrate their output into the documentation. This is why it can take some time.</li>
</ul>
-You will now find in the build directory a 'html' subdirectory containing the HTML documentation for Eigen.
+You will now find the HTML documentation in the doc/html/ subdirectory of the build directory.
*/