summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-21 11:42:39 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-21 11:42:39 -0600
commitf6c7bcfe996e2a620c902d80c7a29623071edc7a (patch)
tree026fcae09c46b98e75ca5b970a5773c555348768 /cpukit/libblock/include/rtems
parentlibmisc: Doxygen Enhancement Task #1 (diff)
downloadrtems-f6c7bcfe996e2a620c902d80c7a29623071edc7a.tar.bz2
libblock: Doxygen Enhancement Task #1
Diffstat (limited to 'cpukit/libblock/include/rtems')
-rw-r--r--cpukit/libblock/include/rtems/bdpart.h3
-rw-r--r--cpukit/libblock/include/rtems/blkdev.h6
2 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/libblock/include/rtems/bdpart.h b/cpukit/libblock/include/rtems/bdpart.h
index d1d81e733b..c45e109ccf 100644
--- a/cpukit/libblock/include/rtems/bdpart.h
+++ b/cpukit/libblock/include/rtems/bdpart.h
@@ -33,6 +33,7 @@ extern "C" {
#endif /* __cplusplus */
/**
+ * @brief Manage Partitions of a Disk Device
* @defgroup rtems_bdpart Block Device Partition Management
*
* @ingroup rtems_libblock
@@ -334,6 +335,8 @@ rtems_status_code rtems_bdpart_unmount(
);
/**
+ * @brief Prints the Partition Table @a Partitions with @a Count Partitions
+ *
* Prints the partition table @a partitions with @a count partitions to
* standard output.
*/
diff --git a/cpukit/libblock/include/rtems/blkdev.h b/cpukit/libblock/include/rtems/blkdev.h
index f29a34987f..e7571ddb39 100644
--- a/cpukit/libblock/include/rtems/blkdev.h
+++ b/cpukit/libblock/include/rtems/blkdev.h
@@ -276,7 +276,7 @@ static inline int rtems_disk_fd_reset_device_stats(int fd)
/** @} */
/**
- * @brief Common IO control primitive.
+ * @brief Common IO Control Primitive
*
* Use this in all block devices to handle the common set of IO control
* requests.
@@ -344,7 +344,7 @@ rtems_status_code rtems_blkdev_create_partition(
);
/**
- * @brief Prints the block device statistics.
+ * @brief Prints the Block Device Statistics
*/
void rtems_blkdev_print_stats(
const rtems_blkdev_stats *stats,
@@ -353,7 +353,7 @@ void rtems_blkdev_print_stats(
);
/**
- * @brief Block device statistics command.
+ * @brief Block Device Statistics Command
*/
void rtems_blkstats(
FILE *output,