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); __syscall struct device *device_get_binding(const char *name);
/**
* @}
*/
/** /**
* @brief Device Power Management APIs * @brief Device Power Management APIs
* @defgroup device_power_management_api 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 #ifdef __cplusplus
} }
#endif #endif
/**
* @}
*/
#endif /* ZEPHYR_INCLUDE_DEVICE_H_ */ #endif /* ZEPHYR_INCLUDE_DEVICE_H_ */

View file

@ -22,10 +22,17 @@ extern "C" {
extern unsigned char _sys_pm_idle_exit_notify; extern unsigned char _sys_pm_idle_exit_notify;
/** /**
* @brief Power Management Hook Interface * @defgroup power_management_api Power Management
* @{
* @}
*/
/**
* @brief Power Management Hooks
* *
* @defgroup power_management_hook_interface Power Management Hook Interface * @defgroup power_management_hook_interface Power Management Hooks
* @ingroup power_management_api * @ingroup power_management_api
* @{ * @{
*/ */