diff options
author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-03-17 16:27:37 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-08-31 07:52:41 -0400 |
commit | cf5adf0c646474f0259d123fad60ca5ed38ec891 (patch) | |
tree | 85ccd32aa73eecf274a937f1fc3b6f4d484b77da /docs/yaml/functions | |
parent | cd30d1889f2bae34f17231b9cabe665edd57e7ba (diff) | |
download | meson-cf5adf0c646474f0259d123fad60ca5ed38ec891.zip meson-cf5adf0c646474f0259d123fad60ca5ed38ec891.tar.gz meson-cf5adf0c646474f0259d123fad60ca5ed38ec891.tar.bz2 |
add json output format to configure file
Diffstat (limited to 'docs/yaml/functions')
-rw-r--r-- | docs/yaml/functions/configure_file.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/configure_file.yaml b/docs/yaml/functions/configure_file.yaml index df37ff5..6fb972b 100644 --- a/docs/yaml/functions/configure_file.yaml +++ b/docs/yaml/functions/configure_file.yaml @@ -134,7 +134,7 @@ kwargs: The format of the output to generate when no input was specified. It defaults to `c`, in which case preprocessor directives will be prefixed with `#`, you can also use `nasm`, in which case the - prefix will be `%`. + prefix will be `%`. *(since 1.3.0)* `json` format can also be used. encoding: type: str |