tests: kernel/arch: various doxygen fixes

Group test using doxygen and other doxygen fixups.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-04-21 07:46:13 -04:00 committed by Benjamin Cabé
commit e5f841c183
12 changed files with 57 additions and 30 deletions

View file

@ -140,7 +140,7 @@ ZTEST(common_1cpu, test_nested_irq_offload)
k_thread_abort(&offload_thread);
}
/**
*
* @}
*/
extern void *common_setup(void);
ZTEST_SUITE(irq_offload, NULL, common_setup, NULL, NULL, NULL);

View file

@ -176,7 +176,7 @@ ZTEST(mem_protect_domain, test_mem_domain_invalid_access)
/**
* @brief Show that a read-only partition can't be written to
*
* @ingroup kernel_memgroup_tests
* @ingroup kernel_memprotect_tests
*/
ZTEST(mem_protect_domain, test_mem_domain_no_writes_to_ro)
{