[rtems commit] libcsupport: Fix documentation

Sebastian Huber sebh at rtems.org
Sun Dec 9 13:22:20 UTC 2012


Module:    rtems
Branch:    master
Commit:    7e731815e5a9f6a3744d1b25fe896ce5ddecc763
Changeset: http://git.rtems.org/rtems/commit/?id=7e731815e5a9f6a3744d1b25fe896ce5ddecc763

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Sun Dec  9 14:26:02 2012 +0100

libcsupport: Fix documentation

---

 cpukit/libcsupport/include/rtems/libio_.h |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index 941efb7..98f6f63 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -19,11 +19,6 @@
 #ifndef _RTEMS_RTEMS_LIBIO__H
 #define _RTEMS_RTEMS_LIBIO__H
 
-/**
- *  @defgroup libio Internal Interface
- */
-/**@{*/
-
 #include <errno.h>
 
 #include <rtems.h>
@@ -34,6 +29,14 @@
 extern "C" {
 #endif
 
+/**
+ * @defgroup LibIOInternal IO Internal Library
+ *
+ * @brief Internal IO library API and implementation.
+ *
+ * @{
+ */
+
 #define RTEMS_FILESYSTEM_SYMLOOP_MAX 32
 
 /*
@@ -541,9 +544,6 @@ int rtems_filesystem_mknod(
   dev_t dev
 );
 
-/**
- *  @brief POSIX 1003.1b - 5.2.1 - Change Current Working Directory
- */
 int rtems_filesystem_chdir( rtems_filesystem_location_info_t *loc );
 
 int rtems_filesystem_chown(
@@ -808,9 +808,11 @@ static inline bool rtems_filesystem_is_parent_directory(
   return tokenlen == 2 && token [0] == '.' && token [1] == '.';
 }
 
+/** @} */
+
 #ifdef __cplusplus
 }
 #endif
-/**@}*/
+
 #endif
 /* end of include file */




More information about the vc mailing list