From 87ed029c79514f1417fa42a1a3bda6c3716654f4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 2 Apr 1998 16:18:26 +0000 Subject: Added "findex" for all directive pages but it turns out that this blows up both makeinfo and texi2dvi. So I have commented them out. --- doc/user/timer.t | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/user/timer.t') diff --git a/doc/user/timer.t b/doc/user/timer.t index ef28df6b09..a962512925 100644 --- a/doc/user/timer.t +++ b/doc/user/timer.t @@ -158,6 +158,7 @@ and status codes. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_timer_create @example rtems_status_code rtems_timer_create( rtems_name name, @@ -200,6 +201,7 @@ preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_timer_ident @example rtems_status_code rtems_timer_ident( rtems_name name, @@ -242,6 +244,7 @@ preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_timer_cancel @example rtems_status_code rtems_timer_cancel( rtems_id id @@ -279,6 +282,7 @@ This directive will not cause the running task to be preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_timer_delete @example rtems_status_code rtems_timer_delete( rtems_id id @@ -319,6 +323,7 @@ which created the timer. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_timer_fire_after @example rtems_status_code rtems_timer_fire_after( rtems_id id, @@ -366,6 +371,7 @@ preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_timer_fire_when @example rtems_status_code rtems_timer_fire_when( rtems_id id, @@ -414,6 +420,7 @@ preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_timer_reset @example rtems_status_code rtems_timer_reset( rtems_id id -- cgit v1.2.3