mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:25:16 +08: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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user