summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-16 15:26:45 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-16 15:26:45 +0100
commitff27cca4fea6bba863def445186fca980969cf78 (patch)
tree0e10637dc960b27669080cc528d7051d949860c5 /HISTORY
parent4c827ff8a453165a9aa25d20b236a59ba0b17eef (diff)
downloadvdr-ff27cca4fea6bba863def445186fca980969cf78.tar.gz
vdr-ff27cca4fea6bba863def445186fca980969cf78.tar.bz2
Removed all \return and \param tags from comment lines marked with "///<" for Doxygen
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d114f1eb..ce9791b7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7631,3 +7631,6 @@ Video Disk Recorder Revision History
- Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock().
- Fixed determining the priority of the primary device in case it is neither replaying
nor receiving a live channel.
+- Removed all \return and \param tags from comment lines marked with "///<" for Doxygen.
+ There was only a rather small number of these, and I would probably always forget to
+ put them in place when writing future comments, so I decided to drop them entirely.