doxygen: promote object management to a separate page

For "RT-Thread User Guide":
Take the "RT-Thread Kernel Object Model" sub-section out of
the "Kernel Basics" section and rename it to "Object Management".

Correspondingly, rename the "Kernel Object Management" section
in the "RT-Thread API Guide" to "Object Management".

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-07-22 16:48:30 +08:00
committed by Rbb666
parent 895b272b69
commit 3c046646cb
9 changed files with 235 additions and 222 deletions

View File

@@ -266,7 +266,7 @@ typedef int (*init_fn_t)(void);
#define RT_ALIGN_DOWN(size, align) ((size) & ~((align) - 1))
/**
* @addtogroup group_kernel_object
* @addtogroup group_object_management
*/
/**@{*/

View File

@@ -50,7 +50,7 @@ int entry(void);
#endif
/**
* @addtogroup group_kernel_object
* @addtogroup group_object_management
* @{
*/