summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 15:06:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-02-14 15:16:04 +0100
commitfa77ad14948d45114ad2ae8db79c99ac3b672b0e (patch)
tree63291b422a4663c7aec76f53f44aeb19b47502fe /cpukit/doxygen
parentdoxygen: Use @anchor for appl config options (diff)
downloadrtems-fa77ad14948d45114ad2ae8db79c99ac3b672b0e.tar.bz2
doxygen: Harmonize header file references
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/appl-config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/doxygen/appl-config.h b/cpukit/doxygen/appl-config.h
index e13ebb8ba5..c4e8b7b61b 100644
--- a/cpukit/doxygen/appl-config.h
+++ b/cpukit/doxygen/appl-config.h
@@ -3533,9 +3533,9 @@
* @anchor CONFIGURE_IDLE_TASK_STORAGE_SIZE
*
* If this configuration option is specified, then the task storage areas for
- * the IDLE tasks are statically allocated by <rtems/confdefs.h>. The value of
- * this configuration option defines the size in bytes of the task storage area
- * of each IDLE task in the system.
+ * the IDLE tasks are statically allocated by ``<rtems/confdefs.h>``. The
+ * value of this configuration option defines the size in bytes of the task
+ * storage area of each IDLE task in the system.
*
* @par Default Value
* This configuration option has no default value. If it is not specified,
@@ -3565,9 +3565,9 @@
* system initialization.
*
* The value of this configuration option is passed to
- * RTEMS_TASK_STORAGE_SIZE() by <rtems/confdefs.h> to determine the actual size
- * of the statically allocated area to take architecture-specific overheads
- * into account.
+ * RTEMS_TASK_STORAGE_SIZE() by ``<rtems/confdefs.h>`` to determine the actual
+ * size of the statically allocated area to take architecture-specific
+ * overheads into account.
*
* The
*