zephyr/doc/_doxygen/groups.dox
Ederson de Souza 28d08ada28 include/zephyr: Add 'version' and 'since' tag to groups
Based on information from doc/develop/api/overview.rst, add current
version for some groups representing APIs, following the following
table:

  - Experimental:   0.1.0
  - Unstable:       0.8.0
  - Stable:         1.0.0

Also based on doc/develop/api/overview.rst, add 'since' tag to the
groups.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-03-19 13:13:45 +01:00

77 lines
1 KiB
Plaintext

/**
@defgroup internal_api Internal and System API
@brief Internal and System API
@{
@}
@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 Multi Function Device Drivers APIs
@defgroup mfd_interfaces Multi Function Device Drivers APIs
@ingroup io_interfaces
@{
@}
@brief Testing
@defgroup testing Testing
@{
@}
@brief Connectivity
@defgroup connectivity Connectivity
@{
@}
@brief USB
@defgroup usb USB
@ingroup connectivity
@{
@}
@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
@{
@}
@brief Modem APIs
@defgroup modem Modem APIs
@since 3.5
@version 0.1.0
@{
@}
*/