cpukit/rtems: Header File Doxygen Enhancement GCI Task #8

http://www.google-melange.com/gci/task/view/google/gci2012/7948217
This commit is contained in:
Mathew Kallada
2012-12-12 06:25:40 -05:00
committed by Gedare Bloom
parent 9bff3752de
commit f1eb368d1a
15 changed files with 48 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/asr.h * @file rtems/rtems/asr.h
* *
* @brief Constants and Structures Associated with the Asynchronous Signal Handler
*
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Asynchronous Signal Handler. This Handler provides the low-level * with the Asynchronous Signal Handler. This Handler provides the low-level
* support required by the Signal Manager. * support required by the Signal Manager.

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/barrier.h * @file rtems/rtems/barrier.h
* *
* @brief Constants and Structures Associated with the Barrier Manager
*
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Barrier Manager. * with the Barrier Manager.
* *

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/cache.h * @file rtems/rtems/cache.h
* *
* @brief Functionality Associated with the Cache Manager
*
* Cache Manager * Cache Manager
*/ */

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/clock.h * @file rtems/rtems/clock.h
* *
* @brief Constants and Structures Associated with the Clock Manager
*
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Clock Manager. This manager provides facilities to set, obtain, * with the Clock Manager. This manager provides facilities to set, obtain,
* and continually update the current date and time. * and continually update the current date and time.

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/config.h * @file rtems/rtems/config.h
* *
* @brief Records Which Define the Configuration Table
*
* This include file contains the table of user defined configuration * This include file contains the table of user defined configuration
* parameters specific for the RTEMS API. * parameters specific for the RTEMS API.
*/ */

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/event.h * @file rtems/rtems/event.h
* *
* @brief Information Related to the Event Manager
*
* This include file contains the information pertaining to the Event * This include file contains the information pertaining to the Event
* Manager. This manager provides a high performance method of communication * Manager. This manager provides a high performance method of communication
* and synchronization. * and synchronization.

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/eventset.h * @file rtems/rtems/eventset.h
* *
* @brief Information Related to the Event Sets Handler
*
* This include file contains the information pertaining to the * This include file contains the information pertaining to the
* Event Sets Handler. This handler provides methods for the manipulation * Event Sets Handler. This handler provides methods for the manipulation
* of event sets which will be sent and received by tasks. * of event sets which will be sent and received by tasks.

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/message.h * @file rtems/rtems/message.h
* *
* @brief Constants and Structures Associated with the Message Queue Manager
*
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Message Queue Manager. This manager provides a mechanism for * with the Message Queue Manager. This manager provides a mechanism for
* communication and synchronization between tasks using messages. * communication and synchronization between tasks using messages.

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/modes.h * @file rtems/rtems/modes.h
* *
* @brief Constants and Structures Associated with the RTEMS thread and RTEMS_ASR modes
*
* This include file contains all constants and structures associated * This include file contains all constants and structures associated
* with the RTEMS thread and RTEMS_ASR modes. * with the RTEMS thread and RTEMS_ASR modes.
*/ */

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/options.h * @file rtems/rtems/options.h
* *
* @brief Information Which Defines the Options Available on Many Directives.
*
* This include file contains information which defines the * This include file contains information which defines the
* options available on many directives. * options available on many directives.
*/ */

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/part.h * @file rtems/rtems/part.h
* *
* @brief Constants and Structures Associated with the Partition Manager
*
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Partition Manager. This manager provides facilities to * with the Partition Manager. This manager provides facilities to
* dynamically allocate memory in fixed-sized units which are returned * dynamically allocate memory in fixed-sized units which are returned

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/ratemon.h * @file rtems/rtems/ratemon.h
* *
* @brief Constants, Structures, and Prototypes Associated to the Classic API Rate Monotonic Manager.
*
* This include file contains all the constants, structures, and * This include file contains all the constants, structures, and
* prototypes associated with the Rate Monotonic Manager. This manager * prototypes associated with the Rate Monotonic Manager. This manager
* provides facilities to implement threads which execute in a periodic * provides facilities to implement threads which execute in a periodic

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/region.h * @file rtems/rtems/region.h
* *
* @brief Constants and Structures Associated with the Region Manager
*
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Region Manager. This manager provides facilities to dynamically * with the Region Manager. This manager provides facilities to dynamically
* allocate memory in variable sized units which are returned as segments. * allocate memory in variable sized units which are returned as segments.

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/status.h * @file rtems/rtems/status.h
* *
* @brief Status Codes Returned from the Executive Directives
*
* This include file contains the status codes returned from the * This include file contains the status codes returned from the
* executive directives. * executive directives.
*/ */

View File

@@ -1,6 +1,8 @@
/** /**
* @file rtems/rtems/timer.h * @file rtems/rtems/timer.h
* *
* @brief Constants, Structures, and Prototypes Associated with the Timer Manager
*
* This include file contains all the constants, structures, and * This include file contains all the constants, structures, and
* prototypes associated with the Timer Manager. This manager provides * prototypes associated with the Timer Manager. This manager provides
* facilities to configure, initiate, cancel, and delete timers which will * facilities to configure, initiate, cancel, and delete timers which will