summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-15 15:36:02 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-15 15:36:02 +0100
commitc7849b14a7502f626f9cf806e998a711b28fb21b (patch)
tree2de1a4874285a8cc6d7217c9f58fdf6f277a19af /HISTORY
parentd610d95e509c04fec7be22f4a7ae2fd308fa53a9 (diff)
downloadvdr-c7849b14a7502f626f9cf806e998a711b28fb21b.tar.gz
vdr-c7849b14a7502f626f9cf806e998a711b28fb21b.tar.bz2
Using 'Doxygen' to generate source code documentation
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index cede60cd..d7f8ea56 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1863,7 +1863,7 @@ Video Disk Recorder Revision History
read from the keyboard).
- The 'ncurses' library is now only necessary when compiling VDR with DEBUG_OSD=1.
-2002-12-13: Version 1.1.20
+2002-12-14: Version 1.1.20
- Now checking if there is a connection to the keyboard (thanks to Jaakko Hyvätti)
and only creating the KBD remote control if VDR is running in the foreground.
@@ -1894,3 +1894,7 @@ Video Disk Recorder Revision History
through the new 'kKbd' key code and none of it will be processed as normal remote
control functions (thanks to Jan Rieger for suggestions and testing).
- Fixed deleting characters in string entry fields in 'insert' mode.
+- Now using "Doxygen" to generate source documentation (thanks to Walter Stroebel
+ for providing an initial 'Doxyfile' configuration and adjusting some comments).
+ See INSTALL for information how to do this. Some function descriptions have
+ already been adapted to Doxygen, more will follow.