doc: doxygen group power management APIs
Put all power management APIs under one group. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fdef215b75
commit
338ce50e16
2 changed files with 13 additions and 5 deletions
|
@ -255,6 +255,10 @@ void _sys_device_do_config_level(s32_t level);
|
|||
*/
|
||||
__syscall struct device *device_get_binding(const char *name);
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Device Power Management APIs
|
||||
* @defgroup device_power_management_api Device Power Management APIs
|
||||
|
@ -446,7 +450,4 @@ int device_busy_check(struct device *chk_dev);
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
#endif /* ZEPHYR_INCLUDE_DEVICE_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue