summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-options.c')
-rw-r--r--testsuites/validation/tc-options.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/validation/tc-options.c b/testsuites/validation/tc-options.c
index 9db52bdaaf..166b3b8b31 100644
--- a/testsuites/validation/tc-options.c
+++ b/testsuites/validation/tc-options.c
@@ -3,11 +3,11 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseRtemsOptionValOptions
+ * @ingroup RtemsOptionValOptions
*/
/*
- * Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -57,9 +57,9 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestCaseRtemsOptionValOptions spec:/rtems/option/val/options
+ * @defgroup RtemsOptionValOptions spec:/rtems/option/val/options
*
- * @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
+ * @ingroup TestsuitesValidationNoClock0
*
* @brief Tests the option constants of the Classic API.
*
@@ -88,7 +88,7 @@
*
* - Check the value of RTEMS_DEFAULT_OPTIONS.
*
- * - Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``.
+ * - Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT.
*
* @{
*/
@@ -181,7 +181,7 @@ static void RtemsOptionValOptions_Action_3( void )
/* No action */
/*
- * Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``.
+ * Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT.
*/
T_step_eq_int( 6, RTEMS_DEFAULT_OPTIONS, RTEMS_WAIT );
}