These are utility APIs for data structures, so put them under the utilities group. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
58 lines
728 B
Plaintext
58 lines
728 B
Plaintext
/**
|
|
|
|
@defgroup os_services Operating System Services
|
|
@brief Operating System Services
|
|
@{
|
|
|
|
@brief MCUmgr
|
|
@defgroup mcumgr MCUmgr
|
|
@{
|
|
@}
|
|
|
|
@}
|
|
|
|
@brief Device Driver APIs
|
|
@defgroup io_interfaces Device Driver APIs
|
|
@{
|
|
@}
|
|
|
|
@brief Miscellaneous Drivers APIs
|
|
@defgroup misc_interfaces Miscellaneous Drivers APIs
|
|
@ingroup io_interfaces
|
|
@{
|
|
@}
|
|
|
|
@brief Testing
|
|
@defgroup testing Testing
|
|
@{
|
|
@}
|
|
|
|
@brief Connectivity
|
|
@defgroup connectivity Connectivity
|
|
@{
|
|
|
|
@brief USB
|
|
@defgroup usb USB
|
|
@{
|
|
@}
|
|
|
|
@}
|
|
|
|
@brief Utilities
|
|
@defgroup utilities Utilities
|
|
@{
|
|
|
|
@brief Data Structure APIs
|
|
@defgroup datastructure_apis Data Structure APIs
|
|
@{
|
|
@}
|
|
|
|
@}
|
|
|
|
@brief APIs to interact with third-party services or applications
|
|
@defgroup third_party Third-party
|
|
@{
|
|
@}
|
|
|
|
*/
|