[PATCH] doxygen: Fix header file path

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Feb 10 12:54:28 UTC 2023


---
 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 db1dc52d22..b29d4cc262 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -5226,8 +5226,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
-- 
2.35.3



More information about the devel mailing list