Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15230 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-12-10 13:05:20 +00:00
parent fd0d4fe979
commit fc48d1f6c2
4 changed files with 6 additions and 8 deletions

View File

@ -19,7 +19,7 @@
/**
* @file vfs/drivers/drvfatfs.c
* @brief HAL FatFS VFS driver code.
* @brief FatFS VFS driver code.
*
* @addtogroup VFS_DRV_FATFS
* @{

View File

@ -18,10 +18,10 @@
*/
/**
* @file vfs/drivers/drvfatfs.h
* @brief HAL FatFS VFS driver header.
* @brief FatFS VFS driver header.
*
* @addtogroup VFS_DRV_FATFS
* @details Exposes HAL FatFS as VFS files.
* @details Exposes FatFS as VFS files.
* @{
*/
@ -166,8 +166,6 @@ typedef struct vfs_fatfs_driver {
/* External declarations. */
/*===========================================================================*/
extern vfs_fatfs_driver_c vfs_fatfs;
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -19,7 +19,7 @@
/**
* @file vfs/drivers/drvoverlay.c
* @brief HAL Overlay VFS driver code.
* @brief Overlays VFS driver code.
*
* @addtogroup VFS_DRV_OVERLAY
* @{

View File

@ -18,10 +18,10 @@
*/
/**
* @file vfs/drivers/drvoverlay.h
* @brief HAL Overlay VFS driver header.
* @brief Overlays VFS driver header.
*
* @addtogroup VFS_DRV_OVERLAY
* @details Exposes HAL Overlay as VFS files.
* @details Implements overlays on top of another VFS driver.
* @{
*/