Removed all \return and \param tags from comment lines marked with "///<" for Doxygen

This commit is contained in:
Klaus Schmidinger
2013-02-16 15:26:45 +01:00
parent 4c827ff8a4
commit ff27cca4fe
7 changed files with 44 additions and 41 deletions

View File

@@ -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: