rt-thread/components/drivers/clk
Chen Wang a3339ca734 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-29 13:47:46 +08:00
..
Kconfig [DM/FEATURE] make SoC Kconfig import easy 2024-11-20 23:52:34 +08:00
SConscript [component][drivers]add clk framework (#8213) 2023-12-24 19:53:12 +08:00
clk-fixed-rate.c [component][drivers]add clk framework (#8213) 2023-12-24 19:53:12 +08:00
clk.c doxygen: change group_Drivers to group_device_driver 2025-05-29 13:47:46 +08:00