summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/signal.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-08 08:48:37 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-08 08:48:37 -0500
commit4c90eb4a43fbc4380fe4d9deafb4fbcbd13c30d0 (patch)
tree0b2339f4cdcd434c2cf30b2dbacbdd87fe8d9a33 /cpukit/rtems/include/rtems/rtems/signal.h
parentscore misc: Clean up Doxygen GCI Task #12 (diff)
downloadrtems-4c90eb4a43fbc4380fe4d9deafb4fbcbd13c30d0.tar.bz2
misc rtems: Clean up Doxygen GCI Task #8
http://www.google-melange.com/gci/task/view/google/gci2012/8024203
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/signal.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/signal.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/signal.h b/cpukit/rtems/include/rtems/rtems/signal.h
index 54359ccfaa..6e242544a3 100644
--- a/cpukit/rtems/include/rtems/rtems/signal.h
+++ b/cpukit/rtems/include/rtems/rtems/signal.h
@@ -41,7 +41,9 @@
extern "C" {
#endif
/**
- * @brief _Signal_Manager_initialization
+ * @brief Signal Manager Initialization
+ *
+ * Signal Manager
*
* This routine performs the initialization necessary for this manager.
*/
@@ -54,11 +56,11 @@ void _Signal_Manager_initialization( void );
* is used to establish asr_handler as the Asynchronous Signal Routine
* (RTEMS_ASR) for the calling task. The asr_handler will execute with a
* mode of mode_set.
- *
+ *
* @param[in] asr_handler is the address of asynchronous signal routine (asr)
* ( NULL indicates asr is invalid )
* @param[in] mode_set is the mode value for asr
- *
+ *
* @return RTEMS_SUCCESSFUL
*/
rtems_status_code rtems_signal_catch(
@@ -71,10 +73,10 @@ rtems_status_code rtems_signal_catch(
*
* This routine implements the rtems_signal_send directive. This directive
* sends the signal_set to the task specified by ID.
- *
+ *
* @param[in] id is the thread thread id
* @param[in] signal_set is the signal set
- *
+ *
* @return RTEMS_SUCCESSFUL if successful or error code if unsuccessful
*/
rtems_status_code rtems_signal_send(