diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-29 20:33:35 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-06-29 20:33:35 -0400 |
| commit | e06dd48ad2556f71ae639b877058cf6d13153d78 (patch) | |
| tree | 263d02afdf3410bc15dcc9e808fbda96d136365e /docs/markdown/Configuration.md | |
| parent | 4635fd59375e14d06d0789d8fefe630950217846 (diff) | |
| download | meson-e06dd48ad2556f71ae639b877058cf6d13153d78.tar.gz | |
docs: update various function references to be linkified
Diffstat (limited to 'docs/markdown/Configuration.md')
| -rw-r--r-- | docs/markdown/Configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Configuration.md b/docs/markdown/Configuration.md index 55f01709e..1402b1651 100644 --- a/docs/markdown/Configuration.md +++ b/docs/markdown/Configuration.md @@ -124,10 +124,10 @@ whenever possible. Supported file encodings are those of python3, see ## Using dictionaries -Since *0.49.0* `configuration_data()` takes an optional dictionary as +Since *0.49.0* [[configuration_data]] takes an optional dictionary as first argument. If provided, each key/value pair is added into the `configuration_data` as if `set()` method was called for each of them. -`configure_file()`'s `configuration` kwarg also accepts a dictionary +[[configure_file]]'s `configuration` kwarg also accepts a dictionary instead of a configuration_data object. Example: |
