1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed the URL to the 'Doxygen' tool in INSTALL

This commit is contained in:
Klaus Schmidinger 2003-09-09 19:03:29 +02:00
parent a4c7d7b8a7
commit 82afdd1574
3 changed files with 5 additions and 1 deletions

View File

@ -803,3 +803,6 @@ Christoph Hermanns <christoph.hermanns@gmx.de>
Oskar Signell <oskar@signell.net> Oskar Signell <oskar@signell.net>
for pointing out a problem with setting an editing mark while in "Pause" mode, for pointing out a problem with setting an editing mark while in "Pause" mode,
where replay was not immediately positioned to the marked frame 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

View File

@ -2383,3 +2383,4 @@ Video Disk Recorder Revision History
one). one).
- Fixed handling ':' characters in channel names when reading channels.conf - Fixed handling ':' characters in channel names when reading channels.conf
(thanks to Reinhard Nissl for reporting this one). (thanks to Reinhard Nissl for reporting this one).
- Fixed the URL to the 'Doxygen' tool in INSTALL (thanks to Dirk Essl).

View File

@ -382,7 +382,7 @@ Generating source code documentation:
------------------------------------- -------------------------------------
You can do a 'make srcdoc' to generate source code documentation using the 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. 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 After installing these two packages you can do 'make srcdoc' and then use your
HTML browser to read srcdoc/html/index.html. HTML browser to read srcdoc/html/index.html.