doc: kernel: define additional doxygen groups

Some groups are used by multiple files/tests, define them globally in
doc/

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-09-13 06:11:13 -04:00
commit ac808d13dc
2 changed files with 12 additions and 0 deletions

View file

@ -79,4 +79,14 @@
@{
@}
@brief Tests
@defgroup all_tests Tests
@{
@}
@defgroup kernel_memprotect_tests Memory Protection
@ingroup all_tests
@{
@}
*/

View file

@ -7,6 +7,8 @@
#include <zephyr/kernel.h>
#include "mem_protect.h"
/* Add volatile to disable pre-calculation in compile stage in some
* toolchain, such as arcmwdt toolchain.
*/