summaryrefslogtreecommitdiff
path: root/spec/if/acfg/appl-prerequisite-drivers.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 08:49:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 12:58:52 +0200
commitb29dd738f97901f464400a19510056790807dc47 (patch)
tree12530221be861aad0f8ba217192fc52db98dffd4 /spec/if/acfg/appl-prerequisite-drivers.yml
parent374e1bf214e0f9691b06fcec30a7d88407ccba0a (diff)
spec: Use ${...} references in /if/acfg/*
This allows generation of Sphinx and Doxygen output.
Diffstat (limited to 'spec/if/acfg/appl-prerequisite-drivers.yml')
-rw-r--r--spec/if/acfg/appl-prerequisite-drivers.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/if/acfg/appl-prerequisite-drivers.yml b/spec/if/acfg/appl-prerequisite-drivers.yml
index ace0d734..552756e6 100644
--- a/spec/if/acfg/appl-prerequisite-drivers.yml
+++ b/spec/if/acfg/appl-prerequisite-drivers.yml
@@ -4,7 +4,7 @@ constraints:
texts:
- |
The value of this configuration option shall be a list of initializers for
- structures of type :c:type:`rtems_driver_address_table`.
+ structures of type ${../rtems/io/driver-address-table:/name}.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: |
@@ -21,10 +21,10 @@ links:
name: CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS
notes: |
The value of this configuration option is placed after the entries defined by
- :ref:`CONFIGURE_BSP_PREREQUISITE_DRIVERS` and before all other device driver
+ ${bsp-prerequisite-drivers:/name} and before all other device driver
configuration options.
- See :ref:`CONFIGURE_APPLICATION_EXTRA_DRIVERS` for an alternative placement
+ See ${appl-extra-drivers:/name} for an alternative placement
of application device driver initializers.
text: ''
type: interface