doxygen: Fix group memberships in libtest

This commit is contained in:
Sebastian Huber
2023-07-28 12:23:03 +02:00
parent 3ba43da922
commit 64d9fc6e01
5 changed files with 8 additions and 9 deletions

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.
*

View File

@@ -107,7 +107,7 @@ typedef struct T_fixture_node {
/**
* @defgroup RTEMSTestFrameworkImpl RTEMS Test Framework Implementation
*
* @ingroup RTEMSTestFramework
* @ingroup RTEMSImpl
*
* @brief Implementation details.
*

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestFrameworkImpl
* @ingroup RTEMSImplGcov
*
* @brief This source file contains the implementation of _Gcov_Ddump_info().
*/

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestFrameworkImpl
* @ingroup RTEMSImplGcov
*
* @brief This source file contains the implementation of
* _Gcov_Dump_info_base64().

View File

@@ -3,7 +3,7 @@
/**
* @file
*
* @ingroup RTEMSTestFrameworkImpl
* @ingroup RTEMSImplGcov
*
* @brief This source file contains the definition of the gcov information
* linker set.