diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-16 15:26:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-16 15:26:45 +0100 |
commit | ff27cca4fea6bba863def445186fca980969cf78 (patch) | |
tree | 0e10637dc960b27669080cc528d7051d949860c5 /thread.h | |
parent | 4c827ff8a453165a9aa25d20b236a59ba0b17eef (diff) | |
download | vdr-ff27cca4fea6bba863def445186fca980969cf78.tar.gz vdr-ff27cca4fea6bba863def445186fca980969cf78.tar.bz2 |
Removed all \return and \param tags from comment lines marked with "///<" for Doxygen
Diffstat (limited to 'thread.h')
-rw-r--r-- | thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: thread.h 2.3 2012/10/04 12:15:39 kls Exp $ + * $Id: thread.h 2.4 2013/02/16 15:20:44 kls Exp $ */ #ifndef __THREAD_H @@ -31,7 +31,7 @@ public: bool Wait(int TimeoutMs = 0); ///< Waits at most TimeoutMs milliseconds for a call to Signal(), or ///< forever if TimeoutMs is 0. - ///< \return Returns true if Signal() has been called, false it the given + ///< Returns true if Signal() has been called, false it the given ///< timeout has expired. void Signal(void); ///< Signals a caller of Wait() that the condition it is waiting for is met. |