doc: doxygen: group smp tests

Put all smp tests under one group.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-09-06 13:34:08 -04:00 committed by Carles Cufí
parent 0050bd98b2
commit e1c123cd3e

View file

@ -65,7 +65,7 @@ static int curr_cpu(void)
}
/**
* @brief Tests for SMP
* @brief SMP
* @defgroup kernel_smp_tests SMP Tests
* @ingroup all_tests
* @{
@ -73,15 +73,15 @@ static int curr_cpu(void)
*/
/**
* @defgroup kernel_smp_integration_tests SMP Tests
* @ingroup all_tests
* @defgroup kernel_smp_integration_tests SMP Integration Tests
* @ingroup kernel_smp_tests
* @{
* @}
*/
/**
* @defgroup kernel_smp_module_tests SMP Tests
* @ingroup all_tests
* @defgroup kernel_smp_module_tests SMP Module Tests
* @ingroup kernel_smp_tests
* @{
* @}
*/