Skip to content

Commit 29b1131

Browse files
nashifkartben
authored andcommitted
doc: Create dox file for tests
Create top level doxygen groups to be used by tests and move to dedidcated dox file for tests. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent feaf989 commit 29b1131

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

doc/_doxygen/groups.dox

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,4 @@
8585
@{
8686
@}
8787

88-
@brief Tests
89-
@defgroup all_tests Tests
90-
@{
91-
@}
92-
93-
@defgroup kernel_memprotect_tests Memory Protection
94-
@ingroup all_tests
95-
@{
96-
@}
97-
9888
*/

tests/tests.dox

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/**
2+
3+
@brief Tests
4+
@defgroup all_tests Tests
5+
@{
6+
@}
7+
8+
@defgroup kernel_fatal_tests Fatal Handling
9+
@ingroup all_tests
10+
@{
11+
@}
12+
13+
@defgroup kernel_memprotect_tests Memory Protection
14+
@ingroup all_tests
15+
@{
16+
@}
17+
18+
*/

0 commit comments

Comments
 (0)