From 9bfe5f599dc2d34167e320e01c62e3a70adec15d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 14 Feb 2023 15:59:22 +0100 Subject: validation: Derive names from item UIDs Use the item UID converted to CamelCase for Doxygen group names and testsuite names. Update #3716. --- testsuites/validation/tc-scheduler-ident-by-processor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/validation/tc-scheduler-ident-by-processor.c') diff --git a/testsuites/validation/tc-scheduler-ident-by-processor.c b/testsuites/validation/tc-scheduler-ident-by-processor.c index 43021fdc23..fd4419c0b3 100644 --- a/testsuites/validation/tc-scheduler-ident-by-processor.c +++ b/testsuites/validation/tc-scheduler-ident-by-processor.c @@ -3,7 +3,7 @@ /** * @file * - * @ingroup RTEMSTestCaseRtemsSchedulerReqIdentByProcessor + * @ingroup RtemsSchedulerReqIdentByProcessor */ /* @@ -60,10 +60,10 @@ #include /** - * @defgroup RTEMSTestCaseRtemsSchedulerReqIdentByProcessor \ + * @defgroup RtemsSchedulerReqIdentByProcessor \ * spec:/rtems/scheduler/req/ident-by-processor * - * @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0 + * @ingroup TestsuitesValidationNoClock0 * * @{ */ -- cgit v1.2.3