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:
parent
0050bd98b2
commit
e1c123cd3e
|
@ -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
|
||||
* @{
|
||||
* @}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue