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:
parent
3744dd828f
commit
ac808d13dc
2 changed files with 12 additions and 0 deletions
|
|
@ -79,4 +79,14 @@
|
||||||
@{
|
@{
|
||||||
@}
|
@}
|
||||||
|
|
||||||
|
@brief Tests
|
||||||
|
@defgroup all_tests Tests
|
||||||
|
@{
|
||||||
|
@}
|
||||||
|
|
||||||
|
@defgroup kernel_memprotect_tests Memory Protection
|
||||||
|
@ingroup all_tests
|
||||||
|
@{
|
||||||
|
@}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -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…
Reference in a new issue