mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-18 18:34:20 +08:00
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:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup group_IPC
|
||||
* @addtogroup group_thread_comm
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@@ -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);
|
||||
|
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup group_Thread
|
||||
* @addtogroup group_thread_management
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user