Header File Doxygen Enhancement Task #2

This commit is contained in:
Mathew Kallada
2012-12-28 10:35:32 -06:00
committed by Jennifer Averett
parent f11858aca2
commit 9ab091e1e4
19 changed files with 97 additions and 51 deletions

View File

@@ -3,7 +3,7 @@
*
* @ingroup rtems_bdpart
*
* Block device partition management.
* @brief Block Device Partition Management
*/
/*

View File

@@ -3,7 +3,7 @@
*
* @ingroup rtems_blkdev
*
* Block device management.
* @brief Block Device Management
*/
/*

View File

@@ -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.

View File

@@ -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.
*/