forked from Imagelibrary/rtems
Header File Doxygen Enhancement Task #2
This commit is contained in:
committed by
Jennifer Averett
parent
f11858aca2
commit
9ab091e1e4
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* @ingroup rtems_bdpart
|
||||
*
|
||||
* Block device partition management.
|
||||
* @brief Block Device Partition Management
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* @ingroup rtems_blkdev
|
||||
*
|
||||
* Block device management.
|
||||
* @brief Block Device Management
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user