[rtems commit] doxygen: Fix group memberships in libtest

Sebastian Huber sebh at rtems.org
Fri Jul 28 10:02:17 UTC 2023


Module:    rtems
Branch:    master
Commit:    64d9fc6e0106baaf2a151e9228920ffc8fb285e7
Changeset: http://git.rtems.org/rtems/commit/?id=64d9fc6e0106baaf2a151e9228920ffc8fb285e7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jul 28 12:23:03 2023 +0200

doxygen: Fix group memberships in libtest

---

 cpukit/include/rtems/test-gcov.h    | 9 ++++-----
 cpukit/include/rtems/test.h         | 2 +-
 cpukit/libtest/gcovdumpinfo.c       | 2 +-
 cpukit/libtest/gcovdumpinfobase64.c | 2 +-
 cpukit/libtest/gcovinfoset.c        | 2 +-
 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.



More information about the vc mailing list