summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-28 10:35:32 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-28 10:36:55 -0600
commit9ab091e1e4b5572c0d327722dfbfd9d1bbccd405 (patch)
tree934bc6440fc4dbf775a00181952433bdfeed0d9d /cpukit/libblock
parentlibmisc/mouse: Doxygen Group Clean Up (diff)
downloadrtems-9ab091e1e4b5572c0d327722dfbfd9d1bbccd405.tar.bz2
Header File Doxygen Enhancement Task #2
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/include/rtems/bdpart.h2
-rw-r--r--cpukit/libblock/include/rtems/blkdev.h2
-rw-r--r--cpukit/libblock/include/rtems/diskdevs.h8
-rw-r--r--cpukit/libblock/include/rtems/flashdisk.h2
4 files changed, 8 insertions, 6 deletions
diff --git a/cpukit/libblock/include/rtems/bdpart.h b/cpukit/libblock/include/rtems/bdpart.h
index 27daae0046..566864d423 100644
--- a/cpukit/libblock/include/rtems/bdpart.h
+++ b/cpukit/libblock/include/rtems/bdpart.h
@@ -3,7 +3,7 @@
*
* @ingroup rtems_bdpart
*
- * Block device partition management.
+ * @brief Block Device Partition Management
*/
/*
diff --git a/cpukit/libblock/include/rtems/blkdev.h b/cpukit/libblock/include/rtems/blkdev.h
index f29a34987f..fb2dcd4f00 100644
--- a/cpukit/libblock/include/rtems/blkdev.h
+++ b/cpukit/libblock/include/rtems/blkdev.h
@@ -3,7 +3,7 @@
*
* @ingroup rtems_blkdev
*
- * Block device management.
+ * @brief Block Device Management
*/
/*
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index 3a9967ecb2..ece629abbf 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -1,9 +1,9 @@
/**
* @file
*
- * @ingroup rtems_disk
+ * @brief Block Device Disk Management API
*
- * @brief Block device disk management API.
+ * @ingroup rtems_disk
*/
/*
@@ -94,7 +94,7 @@ typedef struct {
typedef struct {
/**
* @brief Read hit count.
- *
+ *
* A read hit occurs in the rtems_bdbuf_read() function in case the block is
* in the cached or modified state.
*/
@@ -102,7 +102,7 @@ typedef struct {
/**
* @brief Read miss count.
- *
+ *
* A read miss occurs in the rtems_bdbuf_read() function in case the block is
* in the empty state and a read transfer must be initiated to read the data
* from the device.
diff --git a/cpukit/libblock/include/rtems/flashdisk.h b/cpukit/libblock/include/rtems/flashdisk.h
index c9f8fd433b..4dcdabe059 100644
--- a/cpukit/libblock/include/rtems/flashdisk.h
+++ b/cpukit/libblock/include/rtems/flashdisk.h
@@ -3,6 +3,8 @@
*
* @ingroup RTEMSFDisk
*
+ * @brief Interface to a Flash Disk Block Device
+ *
* This file defines the interface to a flash disk block device.
*/