rtems: Canonicalize task event file documentation

This commit is contained in:
Sebastian Huber
2020-10-14 10:57:35 +02:00
parent bdfc58fbd3
commit 72811c71af
9 changed files with 30 additions and 19 deletions

View File

@@ -3,7 +3,8 @@
*
* @ingroup ClassicEventImpl
*
* @brief Classic Event Manager Data Structures
* @brief This header file provides the API used by the Application
* Configuration to define the configured Thread Control Block (TCB).
*/
/* COPYRIGHT (c) 1989-2008.

View File

@@ -3,7 +3,7 @@
*
* @ingroup ClassicEventImpl
*
* @brief Classic Event Manager Implementation
* @brief This header file provides interfaces used by the event implementation.
*/
/* COPYRIGHT (c) 1989-2008.

View File

@@ -1,8 +1,10 @@
/**
* @file
* @file
*
* @brief Event MP Support
* @ingroup ClassicEventMP
* @ingroup ClassicEventMP
*
* @brief This source file contains the implementation of the task event MPCI
* support.
*/
/*

View File

@@ -1,9 +1,10 @@
/**
* @file
*
* @ingroup ClassicEventSet Event Set
* @ingroup ClassicEventImpl
*
* @brief Constant used to receive the set of currently pending events in
* @brief This source file contains the implementation of
* rtems_event_receive().
*/
/*

View File

@@ -1,9 +1,10 @@
/**
* @file
*
* @ingroup ClassicEvent Events
* @ingroup ClassicEventImpl
*
* @brief Event Manager Initialization
* @brief This source file contains the implementation of
* _Event_Seize() and the task event MPCI support system initialization.
*/
/*

View File

@@ -1,8 +1,10 @@
/**
* @file
* @file
*
* @brief Sends an Event Set to the Target Task
* @ingroup ClassicEvent
* @ingroup ClassicEventImpl
*
* @brief This source file contains the implementation of
* rtems_event_send().
*/
/*

View File

@@ -1,8 +1,10 @@
/**
* @file
* @file
*
* @brief Surrender Event
* @ingroup ClassicEvent
* @ingroup ClassicEventImpl
*
* @brief This source file contains the implementation of
* _Event_Surrender().
*/
/*

View File

@@ -1,9 +1,10 @@
/**
* @file
*
* @ingroup ClassicEventSystem
* @ingroup ClassicEventImpl
*
* @brief rtems_event_system_receive() implementation.
* @brief This source file contains the implementation of
* rtems_event_system_receive().
*/
/*

View File

@@ -1,9 +1,10 @@
/**
* @file
*
* @ingroup ClassicEventSystem
* @ingroup ClassicEventImpl
*
* @brief rtems_event_system_send() implementation.
* @brief This source file contains the implementation of
* rtems_event_system_send().
*/
/*