summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/isr.inl
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-09 07:56:28 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-09 07:56:28 -0600
commit1f0d013dd21d8b65584affaa6e9992fe637b676e (patch)
tree89b770604489f59746b692ff693289f0a8759ce0 /cpukit/score/inline/rtems/score/isr.inl
parentscore: Doxygen Clean Up Task #16 (diff)
downloadrtems-1f0d013dd21d8b65584affaa6e9992fe637b676e.tar.bz2
score: Doxygen Clean Up Task #17
Diffstat (limited to 'cpukit/score/inline/rtems/score/isr.inl')
-rw-r--r--cpukit/score/inline/rtems/score/isr.inl25
1 files changed, 14 insertions, 11 deletions
diff --git a/cpukit/score/inline/rtems/score/isr.inl b/cpukit/score/inline/rtems/score/isr.inl
index accc03c2c7..fb450e4a11 100644
--- a/cpukit/score/inline/rtems/score/isr.inl
+++ b/cpukit/score/inline/rtems/score/isr.inl
@@ -1,8 +1,10 @@
-/**
- * @file rtems/score/isr.inl
+/**
+ * @file
+ *
+ * @brief Inlined Routines in the Interrupt Handler
*
- * This include file contains the static implementation of all
- * inlined routines in the Interrupt Handler.
+ * This include file contains the static implementation of all
+ * inlined routines in the Interrupt Handler.
*/
/*
@@ -22,14 +24,15 @@
#define _RTEMS_SCORE_ISR_INL
/**
- * @addtogroup ScoreISR
- * @{
+ * @addtogroup ScoreISR
+ *
+ * @{
*/
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)
/**
- * This function returns true if the vector is a valid vector number
- * for this processor and false otherwise.
+ * This function returns true if the vector is a valid vector number
+ * for this processor and false otherwise.
*/
RTEMS_INLINE_ROUTINE bool _ISR_Is_vector_number_valid (
@@ -40,8 +43,8 @@ RTEMS_INLINE_ROUTINE bool _ISR_Is_vector_number_valid (
}
/**
- * This function returns true if handler is the entry point of a valid
- * use interrupt service routine and false otherwise.
+ * This function returns true if handler is the entry point of a valid
+ * use interrupt service routine and false otherwise.
*/
RTEMS_INLINE_ROUTINE bool _ISR_Is_valid_user_handler (
@@ -52,7 +55,7 @@ RTEMS_INLINE_ROUTINE bool _ISR_Is_valid_user_handler (
}
#endif
-/**@}*/
+/** @} */
#endif
/* end of include file */