doc: fix doxygen grouping

Fix various grouping issues in doxygen and name groups correctly in some
cases.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-17 10:40:29 -04:00
parent 5e9d434069
commit 009dee157d
5 changed files with 10 additions and 6 deletions

View file

@ -43,7 +43,8 @@ typedef int (*edac_api_notify_cb_set_f)(const struct device *dev,
edac_notify_callback_f cb);
/**
* @defgroup edac Zephyr API
* @defgroup edac EDAC API
* @ingroup io_interfaces
* @{
*/

View file

@ -15,7 +15,8 @@ extern "C" {
#endif
/**
* @defgroup pm_states Power Management states
* @defgroup pm_states Power Management States
* @ingroup power_management_api
* @{
*/

View file

@ -31,7 +31,7 @@ extern "C" {
#endif
/**
* @defgroup sys-util Zephyr utilities
* @defgroup sys-util Utility Functions
* @{
*/

View file

@ -7,11 +7,11 @@
/**
* @file
*
* @brief Zephyr testing suite
* @brief Zephyr Testsuite
*/
/**
* @brief Zephyr Tests
* @brief Zephyr Tests (ZTest)
* @defgroup all_tests Zephyr Tests
* @{
* @}

View file

@ -62,10 +62,12 @@ static void thread_tslice(void *p1, void *p2, void *p3)
k_sem_give(&sema);
}
/**
* @addtogroup kernel_tickless_tests
* @defgroup kernel_tickless_tests Tickless
* @ingroup all_tests
* @{
*/
/**
* @brief Verify system clock with and without tickless idle
*