[rtems commit] posixapi.h: Add POSIX API Doxygen group
Joel Sherrill
joel at rtems.org
Fri Dec 28 16:41:15 UTC 2012
Module: rtems
Branch: master
Commit: 1ccbfe2d7e6bcb5bb516177bab60ff5f0164644d
Changeset: http://git.rtems.org/rtems/commit/?id=1ccbfe2d7e6bcb5bb516177bab60ff5f0164644d
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Fri Dec 28 10:45:30 2012 -0600
posixapi.h: Add POSIX API Doxygen group
---
cpukit/posix/include/rtems/posix/posixapi.h | 10 ++++++++++
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 cb61ba0..dd8f8c2 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 */
More information about the vc
mailing list