aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/has_external_property.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/has_external_property.md')
-rw-r--r--docs/markdown/snippets/has_external_property.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/has_external_property.md b/docs/markdown/snippets/has_external_property.md
deleted file mode 100644
index 8a815d7..0000000
--- a/docs/markdown/snippets/has_external_property.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## Check if native or cross-file properties exist
-
-It is now possible to check whether a native property or a cross-file property
-exists with `meson.has_external_property('foo')`. This is useful if the
-property in question is a boolean and one wants to distinguish between
-"set" and "not provided" which can't be done the usual way by passing a
-fallback parameter to `meson.get_external_property()` in this particular case.