From: Andreas Dachsberger <[email protected]>
---
cpukit/include/rtems/score/priority.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/cpukit/include/rtems/score/priority.h
b/cpukit/include/rtems/score/priority.h
index a5df551209..54b91a871b 100644
--- a/cpukit/include/rtems/score/priority.h
+++ b/cpukit/include/rtems/score/priority.h
@@ -1,6 +1,8 @@
/**
* @file
*
+ * @ingroup RTEMSScorePriority
+ *
* @brief Priority Handler API
*/
@@ -33,6 +35,8 @@ extern "C" {
*
* @ingroup RTEMSScore
*
+ * @brief Priority Handler
+ *
* This handler encapsulates functionality which is used to manage thread
* priorities. The actual priority of a thread is an aggregation of priority
* nodes. The thread priority aggregation for the home scheduler instance of a
@@ -197,7 +201,7 @@ typedef struct {
}
#endif
-/**@}*/
+/** @} */
#endif
/* end of include file */
--
2.16.4
_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel