From cf5adf0c646474f0259d123fad60ca5ed38ec891 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Fri, 17 Mar 2023 16:27:37 -0400 Subject: add json output format to configure file --- docs/yaml/functions/configure_file.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/yaml/functions') 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 -- cgit v1.1