summaryrefslogtreecommitdiff
path: root/spec/spec/appl-config-option-constraints.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 16:08:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit53d462fbd04463f3749ae88144a3d28332fe4c58 (patch)
tree4d52e98ad9304abb7b42826a9f540984dd3d514d /spec/spec/appl-config-option-constraints.yml
parent95c3f2c10db0454cbb96574b00b1ba06eed8b7b8 (diff)
spec: Canonicalize specification of specification
Diffstat (limited to 'spec/spec/appl-config-option-constraints.yml')
-rw-r--r--spec/spec/appl-config-option-constraints.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/spec/spec/appl-config-option-constraints.yml b/spec/spec/appl-config-option-constraints.yml
index 13024f91..614d2e56 100644
--- a/spec/spec/appl-config-option-constraints.yml
+++ b/spec/spec/appl-config-option-constraints.yml
@@ -12,18 +12,24 @@ spec-info:
attributes:
max:
description: |
- This attribute defines the maximum value.
+ It shall be the maximum value of the application configuration
+ option.
spec-type: int-or-str
min:
description: |
- This attribute defines the minimum value.
+ It shall be the minimum value of the application configuration
+ option.
spec-type: int-or-str
set:
description: |
- This attribute defines a set of valid values.
+ It shall be the set of valid values for the application configuration
+ option.
spec-type: list-int-or-str
texts:
- description: null
+ description: |
+ It shall be a list of constraints specific to this application
+ configuration option. For general constraints, use a link with the
+ :ref:`SpecTypeConstraintLinkRole` to a constraint item.
spec-type: requirement-text-list
description: |
This set of attributes defines application configuration option