aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/configure_file.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/configure_file.yaml')
-rw-r--r--docs/yaml/functions/configure_file.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/yaml/functions/configure_file.yaml b/docs/yaml/functions/configure_file.yaml
index 6fb972b..34cb3c1 100644
--- a/docs/yaml/functions/configure_file.yaml
+++ b/docs/yaml/functions/configure_file.yaml
@@ -144,3 +144,10 @@ kwargs:
Set the file encoding for the input and output file.
The supported encodings are those of python3, see
[standard-encodings](https://docs.python.org/3/library/codecs.html#standard-encodings).
+
+ macro_name:
+ type: str
+ since: 1.3.0
+ description: |
+ When specified, macro guards will be used instead of '#pragma once'. The
+ macro guard name will be the specified name.