summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/deviceio.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 13:20:34 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commita15eaaf9fdba8a9311623ae44711d17701a19d30 (patch)
treeeb6f4439e820390ad8b0f8ed5a10ed6835461548 /cpukit/libcsupport/include/rtems/deviceio.h
parentscore: Doxygen Clean Up Task #14 (diff)
downloadrtems-a15eaaf9fdba8a9311623ae44711d17701a19d30.tar.bz2
cpukit: Doxygen group fixes and many warnings addressed
The output of the modules.html is much improved. Most filesystem and POSIX API related groups are properly nested. Some formatting issues were addressed as were multiple inconsistencies.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/deviceio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/deviceio.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/cpukit/libcsupport/include/rtems/deviceio.h b/cpukit/libcsupport/include/rtems/deviceio.h
index df78852bb4..571b3e14ec 100644
--- a/cpukit/libcsupport/include/rtems/deviceio.h
+++ b/cpukit/libcsupport/include/rtems/deviceio.h
@@ -1,8 +1,7 @@
/**
* @file
*
- * @brief Map Operations on IMFS Device Nodes to the RTEMS Classic API
- * IO Manager
+ * @brief Operations on IMFS Device Nodes
*/
/*
@@ -17,14 +16,16 @@
#ifndef _RTEMS_DEVICEIO_H
#define _RTEMS_DEVICEIO_H
+#include <rtems/libio.h>
+
/**
- * @defgroup Device IO Handler
- *
+ * @defgroup IMFSDevices IMFS Device IO Handler
*
- * @{
+ * @ingroup IMFS
+ *
+ * This contains the interface to device drivers using the RTEMS Classic API.
*/
-
-#include <rtems/libio.h>
+/**@{*/
#ifdef __cplusplus
extern "C" {
@@ -79,12 +80,11 @@ int rtems_deviceio_control(
rtems_device_minor_number minor
);
-/** @} */
-
#ifdef __cplusplus
}
#endif
-
/* __cplusplus */
+/**@}*/
+
#endif /* _RTEMS_DEVICEIO_H */