Browse Source

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>
pull/78534/head
Anas Nashif 10 months ago
parent
commit
ac808d13dc
  1. 10
      doc/_doxygen/groups.dox
  2. 2
      tests/kernel/mem_protect/mem_protect/src/mem_partition.c

10
doc/_doxygen/groups.dox

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

2
tests/kernel/mem_protect/mem_protect/src/mem_partition.c

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

Loading…
Cancel
Save