Files
rt-thread/components
Chen Wang 7b88658802 doxygen: change group_Drivers to group_device_driver
The originally defined "group_Drivers" should actually
be part of the device-driver component, so
"group_Drivers" is renamed to "group_device_driver".

In this way, the original "group_Device" and
"group_Drivers" are merged into "group_device_driver".

Adjusted the writing method of doxygen comments in the
driver code to be unified as follows:

```c
* @defgroup group_XXX XXX
* @brief xxxxxx
* @ingroup group_device_driver
```

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-05-30 14:06:30 +08:00
..
2025-04-11 17:34:36 +08:00
2025-05-21 13:24:36 +08:00
2024-11-03 10:08:45 +08:00
2023-10-30 08:24:55 -04:00
2024-02-23 17:49:15 +08:00
2025-02-25 11:26:30 +08:00