summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_timer.h
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-01-24 16:29:09 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-01-24 16:29:09 +0000
commitcda71d951ef0cb2126719fed029d459b23a02fe9 (patch)
tree1855407bf270c33c3a27edc2fe3b12795ed8e141 /gnuradio-core/src/lib/runtime/gr_timer.h
parentc0444b8eb63a4783657d55bef1a7e3c027fd035c (diff)
Doc fixes from Firas.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7504 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core/src/lib/runtime/gr_timer.h')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_timer.h b/gnuradio-core/src/lib/runtime/gr_timer.h
index 2e11060379..ff14e315d0 100644
--- a/gnuradio-core/src/lib/runtime/gr_timer.h
+++ b/gnuradio-core/src/lib/runtime/gr_timer.h
@@ -33,6 +33,7 @@ typedef void (*gr_timer_hook)(gr_timer *, void *);
/*!
* \brief create a timeout.
*
+ * \ingroup misc
* gr_timer_hook is called when timer fires.
*/
gr_timer_sptr gr_make_timer (gr_timer_hook, void *);