[rtems commit] doxygen: Fix header file path

Sebastian Huber sebh at rtems.org
Tue Feb 14 14:00:27 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 14 15:06:27 2023 +0100

doxygen: Fix header file path

---

 cpukit/doxygen/appl-config.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index c4e8b7b61b..2d4e8f7fb7 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -4980,8 +4980,9 @@
  * evolving and not fully documented.  It is recommended that you look at the
  * existing Deterministic Priority Scheduler in
  * ``cpukit/score/src/schedulerpriority*.c`` for guidance.  For guidance on the
- * configuration macros, please examine ``cpukit/sapi/include/confdefs.h`` for
- * how these are defined for the Deterministic Priority Scheduler.
+ * configuration macros, please examine
+ * ``cpukit/include/rtems/confdefs/scheduler.h`` for how these are defined for
+ * the Deterministic Priority Scheduler.
  * @endparblock
  */
 #define CONFIGURE_SCHEDULER_USER



More information about the vc mailing list