zephyr/doc/_doxygen/groups.dox
Gerard Marull-Paretas e42888bf7c device: move independent groups to groups.dox
Some Doxygen groups do not belong to a specific header, they are used to
group multiple other sub-groups defined in other headers. For this
purpose we have the groups.dox file, there's no need to use device.h for
that.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-10-17 10:13:37 +02:00

20 lines
261 B
Plaintext

/**
@defgroup subsys Subsystems
@brief Zephyr Subsystems
@{
@}
@brief Device Driver APIs
@defgroup io_interfaces Device Driver APIs
@{
@}
@brief Miscellaneous Drivers APIs
@defgroup misc_interfaces Miscellaneous Drivers APIs
@ingroup io_interfaces
@{
@}
*/