summaryrefslogtreecommitdiff
path: root/spec/if/acfg/unlimited-allocation-size.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/unlimited-allocation-size.yml
parent374e1bf214e0f9691b06fcec30a7d88407ccba0a (diff)
spec: Use ${...} references in /if/acfg/*
This allows generation of Sphinx and Doxygen output.
Diffstat (limited to 'spec/if/acfg/unlimited-allocation-size.yml')
-rw-r--r--spec/if/acfg/unlimited-allocation-size.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/if/acfg/unlimited-allocation-size.yml b/spec/if/acfg/unlimited-allocation-size.yml
index d77027c1..f0a2db95 100644
--- a/spec/if/acfg/unlimited-allocation-size.yml
+++ b/spec/if/acfg/unlimited-allocation-size.yml
@@ -9,10 +9,10 @@ copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: 8
description: |
- If :ref:`CONFIGURE_UNLIMITED_OBJECTS` is defined, then the value of this
+ If ${unlimited-objects:/name} is defined, then the value of this
configuration option defines the default objects maximum of all object
- classes supporting :ref:`ConfigUnlimitedObjects` to
- ``rtems_resource_unlimited(CONFIGURE_UNLIMITED_ALLOCATION_SIZE)``.
+ classes supporting ${.:/document-reference/config-unlimited-objects} to
+ ``rtems_resource_unlimited( CONFIGURE_UNLIMITED_ALLOCATION_SIZE )``.
enabled-by: true
index-entries: []
interface-type: appl-config-option
@@ -25,6 +25,6 @@ notes: |
avoid identifying and limiting the resources used.
The object maximum of each class can be configured also individually using
- the :c:func:`rtems_resource_unlimited` macro.
+ the ${../rtems/config/resource-unlimited:/name} macro.
text: ''
type: interface