From f7f1d776decf9d46f27d0242e43ce85d67f32df1 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Wed, 28 Nov 2012 08:11:31 -0600 Subject: score misc: Clean up Doxygen (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. https://google-melange.appspot.com/gci/task/view/google/gci2012/7978208 --- cpukit/score/include/rtems/score/coremsg.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/score/include/rtems/score/coremsg.h') diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h index 4c1d27e890..cb8ce98475 100644 --- a/cpukit/score/include/rtems/score/coremsg.h +++ b/cpukit/score/include/rtems/score/coremsg.h @@ -436,6 +436,8 @@ void _CORE_message_queue_Seize( ); /** + * @brief Insert a Message into the Message Queue + * * This kernel routine inserts the specified message into the * message queue. It is assumed that the message has been filled * in before this routine is called. @@ -444,6 +446,9 @@ void _CORE_message_queue_Seize( * @param[in] the_message is the message to enqueue * @param[in] submit_type determines whether the message is prepended, * appended, or enqueued in priority order. + * + * - INTERRUPT LATENCY: + * + insert */ void _CORE_message_queue_Insert_message( CORE_message_queue_Control *the_message_queue, -- cgit v1.2.3