mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 09:09:03 +08:00
doxygen: Fix group identifiers
This commit is contained in:
@@ -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
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user