summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-28 12:23:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-28 12:25:01 +0200
commit64d9fc6e0106baaf2a151e9228920ffc8fb285e7 (patch)
treecdecf35eb59a79fd69d0ee117c1a307d29ece72e /cpukit
parentscore: Move <rtems/score/gcov.h> (diff)
downloadrtems-64d9fc6e0106baaf2a151e9228920ffc8fb285e7.tar.bz2
doxygen: Fix group memberships in libtest
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/test-gcov.h9
-rw-r--r--cpukit/include/rtems/test.h2
-rw-r--r--cpukit/libtest/gcovdumpinfo.c2
-rw-r--r--cpukit/libtest/gcovdumpinfobase64.c2
-rw-r--r--cpukit/libtest/gcovinfoset.c2
5 files changed, 8 insertions, 9 deletions
diff --git a/cpukit/include/rtems/test-gcov.h b/cpukit/include/rtems/test-gcov.h
index 4c5bd44aab..3664e91c64 100644
--- a/cpukit/include/rtems/test-gcov.h
+++ b/cpukit/include/rtems/test-gcov.h
@@ -3,10 +3,9 @@
/**
* @file
*
- * @ingroup RTEMSTestGcov
+ * @ingroup RTEMSImplGcov
*
- * @brief This header file provides the interfaces of the
- * @ref RTEMSTestGcov.
+ * @brief This header file provides the interfaces of the @ref RTEMSImplGcov.
*/
/*
@@ -47,9 +46,9 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @defgroup RTEMSTestGcov Gcov Support
+ * @defgroup RTEMSImplGcov Gcov Support
*
- * @ingroup RTEMSTest
+ * @ingroup RTEMSTestFrameworkImpl
*
* @brief This group contains the gocv support.
*
diff --git a/cpukit/include/rtems/test.h b/cpukit/include/rtems/test.h
index 04eebd6e75..c235642cc3 100644
--- a/cpukit/include/rtems/test.h
+++ b/cpukit/include/rtems/test.h
@@ -107,7 +107,7 @@ typedef struct T_fixture_node {
/**
* @defgroup RTEMSTestFrameworkImpl RTEMS Test Framework Implementation
*
- * @ingroup RTEMSTestFramework
+ * @ingroup RTEMSImpl
*
* @brief Implementation details.
*
diff --git a/cpukit/libtest/gcovdumpinfo.c b/cpukit/libtest/gcovdumpinfo.c
index ad2cef4eae..87021ad613 100644
--- a/cpukit/libtest/gcovdumpinfo.c
+++ b/cpukit/libtest/gcovdumpinfo.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestFrameworkImpl
+ * @ingroup RTEMSImplGcov
*
* @brief This source file contains the implementation of _Gcov_Ddump_info().
*/
diff --git a/cpukit/libtest/gcovdumpinfobase64.c b/cpukit/libtest/gcovdumpinfobase64.c
index 39b470fc55..0b8d901c69 100644
--- a/cpukit/libtest/gcovdumpinfobase64.c
+++ b/cpukit/libtest/gcovdumpinfobase64.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestFrameworkImpl
+ * @ingroup RTEMSImplGcov
*
* @brief This source file contains the implementation of
* _Gcov_Dump_info_base64().
diff --git a/cpukit/libtest/gcovinfoset.c b/cpukit/libtest/gcovinfoset.c
index 79114e4d67..284c993d32 100644
--- a/cpukit/libtest/gcovinfoset.c
+++ b/cpukit/libtest/gcovinfoset.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSTestFrameworkImpl
+ * @ingroup RTEMSImplGcov
*
* @brief This source file contains the definition of the gcov information
* linker set.