From 7e731815e5a9f6a3744d1b25fe896ce5ddecc763 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 9 Dec 2012 14:26:02 +0100 Subject: libcsupport: Fix documentation --- cpukit/libcsupport/include/rtems/libio_.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'cpukit/libcsupport/include/rtems/libio_.h') diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index 941efb785b..98f6f63d4d 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 #include @@ -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 */ -- cgit v1.2.3