summaryrefslogtreecommitdiff
path: root/dvbdevice.h
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 /dvbdevice.h
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 'dvbdevice.h')
-rw-r--r--dvbdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index d3218d2b..3674a615 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 2.27 2013/02/16 12:48:11 kls Exp $
+ * $Id: dvbdevice.h 2.28 2013/02/16 15:20:17 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -119,7 +119,7 @@ public:
static bool Initialize(void);
///< Initializes the DVB devices.
///< Must be called before accessing any DVB functions.
- ///< \return True if any devices are available.
+ ///< Returns true if any devices are available.
protected:
int adapter, frontend;
private: