summaryrefslogtreecommitdiff
path: root/docs/yaml/objects/cfg_data.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/objects/cfg_data.yaml')
-rw-r--r--docs/yaml/objects/cfg_data.yaml12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/yaml/objects/cfg_data.yaml b/docs/yaml/objects/cfg_data.yaml
index 069cadbf6..03abb1709 100644
--- a/docs/yaml/objects/cfg_data.yaml
+++ b/docs/yaml/objects/cfg_data.yaml
@@ -1,14 +1,10 @@
name: cfg_data
long_name: Configuration data object
description: |
- This object encapsulates configuration values to be used for generating
- configuration files. A more in-depth description can be found in the
- [the configuration page](Configuration.md).
-
- This object becomes immutable after first use. This means that
- calling set() or merge_from() will cause an error if this object has
- already been used in any function arguments. However, assignment creates a
- mutable copy.
+ This object encapsulates
+ configuration values to be used for generating configuration files. A
+ more in-depth description can be found in the [the configuration wiki
+ page](Configuration.md).
methods:
- name: set