From 5f5360470f386bbb669c1cf7b4f4c86d14e89345 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Wed, 25 Apr 2018 23:02:21 +0100 Subject: Clarify that configuration_data()'s copy is immutable --- docs/markdown/Configuration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/markdown/Configuration.md b/docs/markdown/Configuration.md index d8fa54e..89f423c 100644 --- a/docs/markdown/Configuration.md +++ b/docs/markdown/Configuration.md @@ -39,6 +39,7 @@ use a single `configuration_data` object as many times as you like, but it becomes immutable after being passed to the `configure_file` function. That is, after it has been used once to generate output the `set` function becomes unusable and trying to call it causes an error. +Copy of immutable `configuration_data` is still immutable. For more complex configuration file generation Meson provides a second form. To use it, put a line like this in your configuration file. -- cgit v1.1