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:
Anas Nashif 2018-12-08 13:22:15 -05:00
commit 338ce50e16
2 changed files with 13 additions and 5 deletions

View file

@ -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_ */