diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-09-09 19:03:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-09-09 19:03:29 +0200 |
commit | 82afdd1574b40c59f9ce85afe39c388e7518e77b (patch) | |
tree | 86c448b16e9c6344eef49d02004f5c941c553009 | |
parent | a4c7d7b8a74cd8ab7296113e47d341fa1addbf69 (diff) | |
download | vdr-82afdd1574b40c59f9ce85afe39c388e7518e77b.tar.gz vdr-82afdd1574b40c59f9ce85afe39c388e7518e77b.tar.bz2 |
Fixed the URL to the 'Doxygen' tool in INSTALL
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | INSTALL | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f99de8f7..62fa5006 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -803,3 +803,6 @@ Christoph Hermanns <christoph.hermanns@gmx.de> Oskar Signell <oskar@signell.net> for pointing out a problem with setting an editing mark while in "Pause" mode, where replay was not immediately positioned to the marked frame + +Dirk Essl <de@floydworld.de> + for reporting a wrong URL to the 'Doxygen' tool in INSTALL @@ -2383,3 +2383,4 @@ Video Disk Recorder Revision History one). - Fixed handling ':' characters in channel names when reading channels.conf (thanks to Reinhard Nissl for reporting this one). +- Fixed the URL to the 'Doxygen' tool in INSTALL (thanks to Dirk Essl). @@ -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. |