doxygen: Fix group identifiers

This commit is contained in:
Sebastian Huber
2023-03-17 08:47:28 +01:00
parent a60b816fa7
commit 3264c8152b
2 changed files with 6 additions and 6 deletions
@@ -3,10 +3,10 @@
/**
* @file
*
* @ingroup RTEMSScoreSchedulerDPS
* @ingroup RTEMSScoreSchedulerPriority
*
* @brief This header file provides interfaces of the
* @ref RTEMSScoreSchedulerDPS which are used by the implementation and the
* @ref RTEMSScoreSchedulerPriority which are used by the implementation and the
* @ref RTEMSImplApplConfig.
*/
@@ -48,7 +48,7 @@ extern "C" {
#endif
/**
* @defgroup RTEMSScoreSchedulerDPS Deterministic Priority Scheduler
* @defgroup RTEMSScoreSchedulerPriority Deterministic Priority Scheduler
*
* @ingroup RTEMSScoreScheduler
*
@@ -3,10 +3,10 @@
/**
* @file
*
* @ingroup RTEMSScoreSchedulerDPS
* @ingroup RTEMSScoreSchedulerPriority
*
* @brief This header file provides interfaces of the
* @ref RTEMSScoreSchedulerDPS which are only used by the implementation.
* @ref RTEMSScoreSchedulerPriority which are only used by the implementation.
*/
/*
@@ -49,7 +49,7 @@ extern "C" {
#endif
/**
* @addtogroup RTEMSScoreSchedulerDPS
* @addtogroup RTEMSScoreSchedulerPriority
*
* @{
*/