validation: Derive names from item UIDs

Use the item UID converted to CamelCase for Doxygen group names and
testsuite names.

Update #3716.
This commit is contained in:
Sebastian Huber
2023-02-14 15:59:22 +01:00
parent 1a4e78b3a0
commit 9bfe5f599d
275 changed files with 805 additions and 878 deletions

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestCaseRtemsTaskReqConstruct
* @ingroup RtemsTaskReqConstruct
*/
/*
@@ -64,10 +64,10 @@
#include <rtems/test.h>
/**
* @defgroup RTEMSTestCaseRtemsTaskReqConstruct spec:/rtems/task/req/construct
* @defgroup RtemsTaskReqConstruct spec:/rtems/task/req/construct
*
* @ingroup RTEMSTestSuiteTestsuitesValidation1
* @ingroup RTEMSTestSuiteTestsuitesValidationOneCpu1
* @ingroup TestsuitesValidation1
* @ingroup TestsuitesValidationOneCpu1
*
* @{
*/