Skip to content
Snippets Groups Projects
Commit 9e314c0e authored by jmo's avatar jmo
Browse files

return value meaning in doc added

parent 7c7dc8ec
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,8 @@ namespace senf { ...@@ -269,7 +269,8 @@ namespace senf {
unsigned timeout(ClockService::clock_type timeout, SimpleCallback const & cb); unsigned timeout(ClockService::clock_type timeout, SimpleCallback const & cb);
///< Add timeout event ///< 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 \param[in] cb callback to call after \a timeout
milliseconds */ milliseconds */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment