diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-22 20:03:12 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:45 +0200 |
commit | 6f78695f8650ff10a5677b0a559be39006199505 (patch) | |
tree | 90cbf58148995400425a1bc7643943b3055eda08 /docs | |
parent | 1da7a0e29ab8ede7713463fc509080401b16c0b3 (diff) | |
download | meson-6f78695f8650ff10a5677b0a559be39006199505.zip meson-6f78695f8650ff10a5677b0a559be39006199505.tar.gz meson-6f78695f8650ff10a5677b0a559be39006199505.tar.bz2 |
docs: added unset_variable()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/yaml/functions/unset_variable.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/yaml/functions/unset_variable.yaml b/docs/yaml/functions/unset_variable.yaml new file mode 100644 index 0000000..6231afe --- /dev/null +++ b/docs/yaml/functions/unset_variable.yaml @@ -0,0 +1,11 @@ +name: unset_variable +returns: void +since: 0.60.0 +description: | + Unsets a variable. + Referencing a variable which has been unset is an error until it has been set again. + +posargs: + varname: + type: str + description: The variable to unset. |