doc: fs: Add ingroup tag to fs_interface.h
Encapsulate definitions in fs_interface.h with ingroup file_system_api doygen tag. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
394d0acda9
commit
feb153a928
1 changed files with 10 additions and 0 deletions
|
@ -31,11 +31,17 @@ extern "C" {
|
||||||
#endif /* filesystem selection */
|
#endif /* filesystem selection */
|
||||||
#endif /* CONFIG_FILE_SYSTEM_MAX_FILE_NAME */
|
#endif /* CONFIG_FILE_SYSTEM_MAX_FILE_NAME */
|
||||||
|
|
||||||
|
|
||||||
/* Type for fs_open flags */
|
/* Type for fs_open flags */
|
||||||
typedef uint8_t fs_mode_t;
|
typedef uint8_t fs_mode_t;
|
||||||
|
|
||||||
struct fs_mount_t;
|
struct fs_mount_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @addtogroup file_system_api
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief File object representing an open file
|
* @brief File object representing an open file
|
||||||
*
|
*
|
||||||
|
@ -59,6 +65,10 @@ struct fs_dir_t {
|
||||||
const struct fs_mount_t *mp;
|
const struct fs_mount_t *mp;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue