kernel: move workqueue API reference

Move workqueue doxygen docs to its own group and reference that in RST
under the workqueue section.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-04-14 08:49:05 -04:00
commit c355b7e7a5
2 changed files with 10 additions and 3 deletions

View file

@ -2852,7 +2852,8 @@ struct k_work_sync;
*/
/**
* @addtogroup thread_apis
* @defgroup workqueue_apis Work Queue APIs
* @ingroup kernel_apis
* @{
*/
@ -3768,7 +3769,7 @@ static inline k_ticks_t k_delayed_work_remaining_ticks(
struct k_work_user;
/**
* @addtogroup thread_apis
* @addtogroup workqueue_apis
* @{
*/
@ -3952,7 +3953,7 @@ struct k_work_poll {
*/
/**
* @addtogroup thread_apis
* @addtogroup workqueue_apis
* @{
*/