diff options
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 6be3ed7..a89d939 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1061,6 +1061,14 @@ share/ file1 ``` +### is_disabler() + +``` meson + bool is_disabler(var) +``` + +Returns true if a variable is a disabler and false otherwise. Added in 0.52.0. + ### is_variable() ``` meson |