doxygen: group name all in lowcase (part 2) (#10530)

* doxygen: fs: unify groupname to lowercase

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

* doxygen: drivers: unify groupname to lowercase

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

* doxygen: signal: unify groupname to lowercase

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>

---------

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-07-22 13:59:25 +08:00
committed by GitHub
parent 0441065193
commit 2aebe694d9
25 changed files with 57 additions and 57 deletions
@@ -8,20 +8,20 @@
*/
/**
* @defgroup group_Fd File Descriptor
* @defgroup group_fs_file_descriptor File Descriptor
*
*/
/**
* @defgroup group_FsApi File System API
* @defgroup group_fs_api File System API
*/
/**
* @defgroup group_FileApi File API
* @defgroup group_fs_file_api File API
*/
/**
* @defgroup group_FsPosixApi File POSIX API
* @defgroup group_fs_posix_api File POSIX API
*/
/**@}*/
+1 -1
View File
@@ -8,7 +8,7 @@
*/
/**
* @defgroup group_Signal Signal
* @defgroup group_signal Signal
* @brief signal is used for thread kill etc.
*
* A signal (also known as a soft interrupt signal), from a software perspective,
@@ -6,7 +6,7 @@ The Audio device is a crucial component in embedded systems, responsible for aud
## API List
For more details, see @ref group_Audio
For more details, see @ref group_drivers_audio
## Audio Device Features