From: wolf Date: Mon, 19 Apr 2004 19:10:53 +0000 (+0000) Subject: Augment docs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=992807e44667f41ee65f95daa6d5ccab26ca768d;p=dealii-svn.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.