summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/sysstate.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/inline/rtems/score/sysstate.inl12
1 files changed, 5 insertions, 7 deletions
diff --git a/cpukit/score/inline/rtems/score/sysstate.inl b/cpukit/score/inline/rtems/score/sysstate.inl
index 02d2598690..69d372410a 100644
--- a/cpukit/score/inline/rtems/score/sysstate.inl
+++ b/cpukit/score/inline/rtems/score/sysstate.inl
@@ -1,9 +1,7 @@
-/**
+/**
* @file
*
- * @ingroup ScoreSysState
- *
- * @brief System State Handler API.
+ * @brief System State Handler API
*/
/*
@@ -23,7 +21,7 @@
#define _RTEMS_SCORE_SYSSTATE_INL
/**
- * @addtogroup ScoreSysState
+ * @addtogroup ScoreSysState
*
* @{
*/
@@ -34,7 +32,7 @@ RTEMS_INLINE_ROUTINE void _System_state_Set (
{
_System_state_Current = state;
}
-
+
RTEMS_INLINE_ROUTINE void _System_state_Handler_initialization (
#if defined(RTEMS_MULTIPROCESSING)
bool is_multiprocessing
@@ -96,7 +94,7 @@ RTEMS_INLINE_ROUTINE bool _System_state_Is_failed (
return (state == SYSTEM_STATE_FAILED);
}
-/**@}*/
+/** @} */
#endif
/* end of include file */