mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 02:11:57 +00:00
Add an external group definition file. It can be used to create high level group for things like subsystems, as there is no header such as "subsys.h" where these type of logical groups can be defined. This approach is followed by projects such as pipewire to organize Doxygen modules. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
/**
|
|
|
|
@defgroup subsys Subsystems
|
|
@brief Zephyr Subsystems
|
|
@{
|
|
@}
|
|
|
|
*/
|