From 0e2a9c41c5b14f3037c8df8e6deddba63fa7120e Mon Sep 17 00:00:00 2001
From: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
Date: Fri, 11 Mar 2011 14:56:50 +0100
Subject: Removed a bunch of silly documentation

A C++ developer should be able to recognize a constructor and a
destructor by just looking at it, so let's stop writing down the
obvious. :)
---
 src/utils/singleton.h | 3 ---
 src/utils/timer.h     | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/utils')

diff --git a/src/utils/singleton.h b/src/utils/singleton.h
index 4535439d..c3a8e2fc 100644
--- a/src/utils/singleton.h
+++ b/src/utils/singleton.h
@@ -50,9 +50,6 @@ class Singleton
             throw()
         {}
 
-        /**
-         * Destructor.
-         */
         virtual ~Singleton()
             throw()
         {}
diff --git a/src/utils/timer.h b/src/utils/timer.h
index d64ed54f..87c94a28 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -39,6 +39,9 @@ class Timer
     public:
         /**
          * Constructor.
+         *
+         * @param ms           the interval in milliseconds
+         * @param createActive whether the timer should be implicitly started
          */
         Timer(unsigned int ms, bool createActive = true);
 
-- 
cgit v1.2.3-70-g09d2