doxygen: Fix group memberships in libtest

This commit is contained in:
Sebastian Huber
2023-07-28 12:25:01 +02:00
parent 3ba43da922
commit 64d9fc6e01
5 changed files with 8 additions and 9 deletions
+4 -5
View File
@@ -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.
*
+1 -1
View File
@@ -107,7 +107,7 @@ typedef struct T_fixture_node {
/**
* @defgroup RTEMSTestFrameworkImpl RTEMS Test Framework Implementation
*
* @ingroup RTEMSTestFramework
* @ingroup RTEMSImpl
*
* @brief Implementation details.
*