mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
doxygen: Fix group memberships in libtest
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
@@ -107,7 +107,7 @@ typedef struct T_fixture_node {
|
||||
/**
|
||||
* @defgroup RTEMSTestFrameworkImpl RTEMS Test Framework Implementation
|
||||
*
|
||||
* @ingroup RTEMSTestFramework
|
||||
* @ingroup RTEMSImpl
|
||||
*
|
||||
* @brief Implementation details.
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestFrameworkImpl
|
||||
* @ingroup RTEMSImplGcov
|
||||
*
|
||||
* @brief This source file contains the implementation of _Gcov_Ddump_info().
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestFrameworkImpl
|
||||
* @ingroup RTEMSImplGcov
|
||||
*
|
||||
* @brief This source file contains the implementation of
|
||||
* _Gcov_Dump_info_base64().
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* @ingroup RTEMSTestFrameworkImpl
|
||||
* @ingroup RTEMSImplGcov
|
||||
*
|
||||
* @brief This source file contains the definition of the gcov information
|
||||
* linker set.
|
||||
|
||||
Reference in New Issue
Block a user