[rtems commit] doxygen: Fix group identifiers

Sebastian Huber sebh at rtems.org
Fri Mar 17 07:30:28 UTC 2023


Module:    rtems
Branch:    master
Commit:    3264c8152b64044f7a3261d2f2b199b5ca6192f5
Changeset: http://git.rtems.org/rtems/commit/?id=3264c8152b64044f7a3261d2f2b199b5ca6192f5

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar 16 11:08:50 2023 +0100

doxygen: Fix group identifiers

---

 cpukit/include/rtems/score/schedulerpriority.h     | 6 +++---
 cpukit/include/rtems/score/schedulerpriorityimpl.h | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cpukit/include/rtems/score/schedulerpriority.h b/cpukit/include/rtems/score/schedulerpriority.h
index 1325224fa9..86681cd201 100644
--- a/cpukit/include/rtems/score/schedulerpriority.h
+++ b/cpukit/include/rtems/score/schedulerpriority.h
@@ -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
  *
diff --git a/cpukit/include/rtems/score/schedulerpriorityimpl.h b/cpukit/include/rtems/score/schedulerpriorityimpl.h
index eef0de59b1..5e80918b20 100644
--- a/cpukit/include/rtems/score/schedulerpriorityimpl.h
+++ b/cpukit/include/rtems/score/schedulerpriorityimpl.h
@@ -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
  *
  * @{
  */



More information about the vc mailing list