Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/ghost/GHOST_ITimerTask.h')
-rw-r--r--intern/ghost/GHOST_ITimerTask.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/intern/ghost/GHOST_ITimerTask.h b/intern/ghost/GHOST_ITimerTask.h
index e5e3857278f..283bc49a84b 100644
--- a/intern/ghost/GHOST_ITimerTask.h
+++ b/intern/ghost/GHOST_ITimerTask.h
@@ -17,8 +17,8 @@
* All rights reserved.
*/
-/** \file ghost/GHOST_ITimerTask.h
- * \ingroup GHOST
+/** \file
+ * \ingroup GHOST
* Declaration of GHOST_ITimerTask interface class.
*/
@@ -39,8 +39,6 @@
* process messages in order for the timer-callbacks to be called.
* \see GHOST_ISystem#installTimer
* \see GHOST_TimerProcPtr
- * \author Maarten Gribnau
- * \date May 31, 2001
*/
class GHOST_ITimerTask
{