Skip to content

Commit

Permalink
doc: kernel: define additional doxygen groups
Browse files Browse the repository at this point in the history
Some groups are used by multiple files/tests, define them globally in
doc/

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Sep 17, 2024
1 parent 3744dd8 commit ac808d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/_doxygen/groups.dox
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,14 @@
@{
@}

@brief Tests
@defgroup all_tests Tests
@{
@}

@defgroup kernel_memprotect_tests Memory Protection
@ingroup all_tests
@{
@}

*/
2 changes: 2 additions & 0 deletions tests/kernel/mem_protect/mem_protect/src/mem_partition.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit ac808d1

Please sign in to comment.