doxygen: group name all in lowcase

This patch only updated the groups defined in documentation/0.doxygen.

Other groups will be moved into documentation/0.doxygen and updated at
that time.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-06-24 16:11:28 +08:00
committed by Rbb666
parent 29ab5334af
commit 8e9872a554
24 changed files with 60 additions and 60 deletions

View File

@@ -3,7 +3,7 @@
*/
/**
* @addtogroup group_IPC
* @addtogroup group_thread_comm
* @{
*/

View File

@@ -3,7 +3,7 @@
*/
/**
* @ingroup group_SystemInit
* @ingroup group_system_init
*
* This function will initialize user application.
*
@@ -14,6 +14,6 @@
void rt_application_init();
/**
* @ingroup group_SystemInit
* @ingroup group_system_init
*/
void rt_system_heap_init(void* begin_addr, void* end_addr);

View File

@@ -3,7 +3,7 @@
*/
/**
* @addtogroup group_Thread
* @addtogroup group_thread_management
* @{
*/