Miscellaneous Doxygen clean-up

This commit is contained in:
Joel Sherrill
2012-12-28 09:48:37 -06:00
committed by Jennifer Averett
parent 8587b018b9
commit b8fc260ff3
6 changed files with 14 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
#define _RTEMS_RTEMS_ASSOC_H #define _RTEMS_RTEMS_ASSOC_H
/** /**
* @defgroup Associativity Routines * @defgroup Associativity Associativity Routines
*/ */
/**@{*/ /**@{*/

View File

@@ -114,4 +114,6 @@ void mouse_parser_enqueue(
} }
#endif #endif
/**@}*/
#endif #endif

View File

@@ -189,5 +189,7 @@ int _POSIX_Semaphore_Translate_core_semaphore_return_code(
} }
#endif #endif
/**@}*/
#endif #endif
/* end of include file */ /* end of include file */

View File

@@ -31,7 +31,8 @@
* *
* @ingroup ClassicRTEMS * @ingroup ClassicRTEMS
* *
* This encapsulates functionality which XXX * This encapsulates functionality which implements the Classic API
* Barrier Manager.
*/ */
/**@{*/ /**@{*/

View File

@@ -25,7 +25,11 @@ extern "C" {
/** /**
* @defgroup ClassicOptions Classic API Options * @defgroup ClassicOptions Classic API Options
* *
* This encapsulates functionality which XXX * @ingroup ClassicRTEMS
*
* This encapsulates functionality related to the options argument
* to Classic API blocking operations. The primary option is whether
* or not a task is willing to wait for the operation to complete.
*/ */
/**@{*/ /**@{*/

View File

@@ -354,6 +354,8 @@ typedef struct {
/** /**
* @defgroup Contexts SPARC Context Structures * @defgroup Contexts SPARC Context Structures
* *
* @ingroup Score
*
* Generally there are 2 types of context to save. * Generally there are 2 types of context to save.
* + Interrupt registers to save * + Interrupt registers to save
* + Task level registers to save * + Task level registers to save