summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-28 10:45:30 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-28 10:45:58 -0600
commit1ccbfe2d7e6bcb5bb516177bab60ff5f0164644d (patch)
tree3e828c59a768668d56a2b4da196f244af34f6c27
parentHeader File Doxygen Enhancement Task #2 (diff)
downloadrtems-1ccbfe2d7e6bcb5bb516177bab60ff5f0164644d.tar.bz2
posixapi.h: Add POSIX API Doxygen group
-rw-r--r--cpukit/posix/include/rtems/posix/posixapi.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/posixapi.h b/cpukit/posix/include/rtems/posix/posixapi.h
index cb61ba0036..dd8f8c2873 100644
--- a/cpukit/posix/include/rtems/posix/posixapi.h
+++ b/cpukit/posix/include/rtems/posix/posixapi.h
@@ -21,6 +21,14 @@
#include <rtems/score/object.h>
/**
+ * @defgroup POSIXAPI RTEMS POSIX API
+ *
+ * RTEMS POSIX API definitions and modules.
+ *
+ * @{
+ */
+
+/**
* @brief Initialize POSIX API
*
* This method is responsible for initializing each of the POSIX
@@ -50,5 +58,7 @@ int _POSIX_Name_to_id(
size_t *len
);
+/**@}*/
+
#endif
/* end of include file */