docs: doxygen: group driver APIs

Make device APIs a group to enable in raw doxygen output and group
all IO drivers into one category.

Change-Id: I1f9338d3b977bd08a6a1b8d8b396ce1fba33aada
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-14 11:11:04 -05:00 committed by Gerrit Code Review
commit 4090f0e5a7

View file

@ -18,6 +18,17 @@
#ifndef _DEVICE_H_
#define _DEVICE_H_
/**
* @brief Device Driver APIs
* @defgroup io_interfaces Device Driver APIs
* @{
* @}
*/
/**
* @brief Device Model APIs
* @defgroup device_model Device Model APIs
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
@ -345,5 +356,7 @@ static inline void device_sync_call_complete(device_sync_call_t *sync)
#ifdef __cplusplus
}
#endif
/**
* @}
*/
#endif /* _DEVICE_H_ */