e42888bf7c
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>
20 lines
261 B
Plaintext
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
|
|
@{
|
|
@}
|
|
|
|
*/
|