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/intr.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/user/intr.t') diff --git a/doc/user/intr.t b/doc/user/intr.t index 4f94d320eb..74fbf7af6b 100644 --- a/doc/user/intr.t +++ b/doc/user/intr.t @@ -231,6 +231,7 @@ constants, usage, and status codes. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_interrupt_catch @example rtems_status_code rtems_interrupt_catch( rtems_isr_entry new_isr_handler, @@ -274,6 +275,7 @@ This directive will not cause the calling task to be preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_interrupt_disable @example void rtems_interrupt_disable( rtems_isr_level level @@ -314,6 +316,7 @@ parameter.} @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_interrupt_enable @example void rtems_interrupt_enable( rtems_isr_level level @@ -353,6 +356,7 @@ This directive will not cause the calling task to be preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_interrupt_flash @example void rtems_interrupt_flash( rtems_isr_level level @@ -391,6 +395,7 @@ This directive will not cause the calling task to be preempted. @subheading CALLING SEQUENCE: @ifset is-C +@c @findex rtems_interrupt_is_in_progress @example rtems_boolean rtems_interrupt_is_in_progress( void ); @end example -- cgit v1.2.3