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:
parent
5e9d434069
commit
009dee157d
5 changed files with 10 additions and 6 deletions
|
@ -43,7 +43,8 @@ typedef int (*edac_api_notify_cb_set_f)(const struct device *dev,
|
||||||
edac_notify_callback_f cb);
|
edac_notify_callback_f cb);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup edac Zephyr API
|
* @defgroup edac EDAC API
|
||||||
|
* @ingroup io_interfaces
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,8 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup pm_states Power Management states
|
* @defgroup pm_states Power Management States
|
||||||
|
* @ingroup power_management_api
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup sys-util Zephyr utilities
|
* @defgroup sys-util Utility Functions
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
* @brief Zephyr testing suite
|
* @brief Zephyr Testsuite
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Zephyr Tests
|
* @brief Zephyr Tests (ZTest)
|
||||||
* @defgroup all_tests Zephyr Tests
|
* @defgroup all_tests Zephyr Tests
|
||||||
* @{
|
* @{
|
||||||
* @}
|
* @}
|
||||||
|
|
|
@ -62,10 +62,12 @@ static void thread_tslice(void *p1, void *p2, void *p3)
|
||||||
k_sem_give(&sema);
|
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
|
* @brief Verify system clock with and without tickless idle
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue