summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/userext.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/userext.h')
-rw-r--r--cpukit/include/rtems/score/userext.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/cpukit/include/rtems/score/userext.h b/cpukit/include/rtems/score/userext.h
index 4d41212957..6775d6115b 100644
--- a/cpukit/include/rtems/score/userext.h
+++ b/cpukit/include/rtems/score/userext.h
@@ -27,15 +27,17 @@ extern "C" {
struct _Thread_Control;
/**
- * @defgroup RTEMSScoreUserExt User Extension Handler
+ * @defgroup RTEMSScoreUserExt User Extensions Handler
*
* @ingroup RTEMSScore
*
- * @brief The User Extension Handler provides invocation of application
- * dependent routines at critical points in the life of each thread and the
- * system as a whole.
+ * @brief This group contains the User Extensions Handler implementation.
+ *
+ * This handler provides the invocation of application dependent routines at
+ * critical points in the life of each thread and the system as a whole.
+ *
+ * @{
*/
-/**@{**/
/**
* @brief Task create extension.