forked from Imagelibrary/rtems
Miscellaneous Doxygen clean-up
This commit is contained in:
committed by
Jennifer Averett
parent
8587b018b9
commit
b8fc260ff3
@@ -10,7 +10,7 @@
|
|||||||
#define _RTEMS_RTEMS_ASSOC_H
|
#define _RTEMS_RTEMS_ASSOC_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup Associativity Routines
|
* @defgroup Associativity Associativity Routines
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
|
|
||||||
|
|||||||
@@ -114,4 +114,6 @@ void mouse_parser_enqueue(
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**@}*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -189,5 +189,7 @@ int _POSIX_Semaphore_Translate_core_semaphore_return_code(
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**@}*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
@@ -31,7 +31,8 @@
|
|||||||
*
|
*
|
||||||
* @ingroup ClassicRTEMS
|
* @ingroup ClassicRTEMS
|
||||||
*
|
*
|
||||||
* This encapsulates functionality which XXX
|
* This encapsulates functionality which implements the Classic API
|
||||||
|
* Barrier Manager.
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user