doxygen: change group_Device to group_device_driver

The originally defined "group_Device" should actually
be part of the device-driver component, so create
a new "group_device_driver" and then rename
"group_Device" to "group_device_driver".

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-05-29 09:21:19 +08:00
committed by Rbb666
parent dcf637dd30
commit e234cc8658
3 changed files with 11 additions and 5 deletions

View File

@@ -1237,7 +1237,7 @@ typedef struct rt_mempool *rt_mp_t;
#ifdef RT_USING_DEVICE
/**
* @addtogroup group_Device
* @addtogroup group_device_driver
*/
/**@{*/

View File

@@ -663,7 +663,7 @@ void rt_spin_unlock_irqrestore(struct rt_spinlock *lock, rt_base_t level);
#ifdef RT_USING_DEVICE
/**
* @addtogroup group_Device
* @addtogroup group_device_driver
* @{
*/