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>
This commit is contained in:
parent
feaf9893cc
commit
29b1131f66
2 changed files with 18 additions and 10 deletions
|
@ -85,14 +85,4 @@
|
|||
@{
|
||||
@}
|
||||
|
||||
@brief Tests
|
||||
@defgroup all_tests Tests
|
||||
@{
|
||||
@}
|
||||
|
||||
@defgroup kernel_memprotect_tests Memory Protection
|
||||
@ingroup all_tests
|
||||
@{
|
||||
@}
|
||||
|
||||
*/
|
||||
|
|
18
tests/tests.dox
Normal file
18
tests/tests.dox
Normal file
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
|
||||
@brief Tests
|
||||
@defgroup all_tests Tests
|
||||
@{
|
||||
@}
|
||||
|
||||
@defgroup kernel_fatal_tests Fatal Handling
|
||||
@ingroup all_tests
|
||||
@{
|
||||
@}
|
||||
|
||||
@defgroup kernel_memprotect_tests Memory Protection
|
||||
@ingroup all_tests
|
||||
@{
|
||||
@}
|
||||
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue