From: Wolfgang Bangerth
Date: Mon, 19 Apr 2004 19:10:53 +0000 (+0000)
Subject: Augment docs.
X-Git-Tag: v8.0.0~15293
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b345d7a75c2b2d6a806de03d9128c19a655d4f;p=dealii.git
Augment docs.
git-svn-id: https://svn.dealii.org/trunk@9056 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html
index 520a0d1533..9b1a014b73 100644
--- a/deal.II/doc/readme.html
+++ b/deal.II/doc/readme.html
@@ -172,10 +172,13 @@
In case you want to generate the documentation from the
header files, you need a copy of doxygen on your machine (we use
- version 1.3.2, later versions will presumable work as well). If you
- have these program, you can generate all the API documentation on
+ version 1.3.2, later versions will presumably work as well). If you
+ have this program, you can generate all the API documentation on
your local machine. If not, you can still work with the library and
- use the documentation provided on our homepage for reference.
+ use the documentation provided on our homepage for reference. Note
+ that in order to generate inheritance graphs for classes, doxygen
+ uses the dot
program, which is part of the GraphViz package.