summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-09-09 19:03:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-09-09 19:03:29 +0200
commit82afdd1574b40c59f9ce85afe39c388e7518e77b (patch)
tree86c448b16e9c6344eef49d02004f5c941c553009 /INSTALL
parenta4c7d7b8a74cd8ab7296113e47d341fa1addbf69 (diff)
downloadvdr-82afdd1574b40c59f9ce85afe39c388e7518e77b.tar.gz
vdr-82afdd1574b40c59f9ce85afe39c388e7518e77b.tar.bz2
Fixed the URL to the 'Doxygen' tool in INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 3143723f..a49acfca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -382,7 +382,7 @@ Generating source code documentation:
-------------------------------------
You can do a 'make srcdoc' to generate source code documentation using the
-Doxygen tool. To do so you need the Doxygen package from http://www.doxygen.src
+Doxygen tool. To do so you need the Doxygen package from http://www.doxygen.org
and the Graphviz package from http://www.research.att.com/sw/tools/graphviz.
After installing these two packages you can do 'make srcdoc' and then use your
HTML browser to read srcdoc/html/index.html.