return value meaning in doc added
jmo [Fri, 29 Feb 2008 14:08:41 +0000 (14:08 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@719 270642c3-0616-0410-b53a-bc976706d245

Scheduler/Scheduler.hh

index b320e77..89e91f8 100644 (file)
@@ -269,7 +269,8 @@ namespace senf {
 
         unsigned timeout(ClockService::clock_type timeout, SimpleCallback const & cb); 
                                         ///< Add timeout event
-                                        /**< \param[in] timeout timeout in nanoseconds
+                                        /**< \returns timer id
+                                             \param[in] timeout timeout in nanoseconds
                                              \param[in] cb callback to call after \a timeout
                                                  milliseconds */