summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/message.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-12 06:25:40 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-12 06:25:40 -0500
commitf1eb368d1a29257d8a69cd060d97ecac16fa4f86 (patch)
tree1e19664edead809207ec8cbed2c88eee8e2d30f5 /cpukit/rtems/include/rtems/rtems/message.h
parentlibfs: Doxygen Enhancement GCI Task #7 (diff)
downloadrtems-f1eb368d1a29257d8a69cd060d97ecac16fa4f86.tar.bz2
cpukit/rtems: Header File Doxygen Enhancement GCI Task #8
http://www.google-melange.com/gci/task/view/google/gci2012/7948217
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/message.h b/cpukit/rtems/include/rtems/rtems/message.h
index 4f44f730b1..9ad1e9b9ef 100644
--- a/cpukit/rtems/include/rtems/rtems/message.h
+++ b/cpukit/rtems/include/rtems/rtems/message.h
@@ -1,6 +1,8 @@
/**
* @file rtems/rtems/message.h
*
+ * @brief Constants and Structures Associated with the Message Queue Manager
+ *
* This include file contains all the constants and structures associated
* with the Message Queue Manager. This manager provides a mechanism for
* communication and synchronization between tasks using messages.