mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 04:24:33 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
/**@{*/
|
||||
|
||||
@@ -50,7 +50,7 @@ int entry(void);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @addtogroup group_kernel_object
|
||||
* @addtogroup group_object_management
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user