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:
parent
bd81052d41
commit
4090f0e5a7
1 changed files with 14 additions and 1 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue