aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-06-03 11:19:36 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-07-30 19:34:37 -0700
commit54fb61627851a0fe765d31955629ff5d7be2d064 (patch)
tree274b87006d85d540cafc9dd52f50306323834511
parenta6164ca5a81224b7ed672401a47260f498f06e44 (diff)
downloadmeson-54fb61627851a0fe765d31955629ff5d7be2d064.zip
meson-54fb61627851a0fe765d31955629ff5d7be2d064.tar.gz
meson-54fb61627851a0fe765d31955629ff5d7be2d064.tar.bz2
docs/Machine-files: remove duplicate Properties section
-rw-r--r--docs/markdown/Machine-files.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/Machine-files.md b/docs/markdown/Machine-files.md
index 26af44a..ae0219b 100644
--- a/docs/markdown/Machine-files.md
+++ b/docs/markdown/Machine-files.md
@@ -158,13 +158,6 @@ command line will override any options in the native file. For example, passing
In addition to special data that may be specified in cross files, this
section may contain random key value pairs accessed using the
-`meson.get_external_property()`
-
-## Properties
-
-*New for native files in 0.54.0*
-
-The properties section can contain any variable you like, and is accessed via
`meson.get_external_property`, or `meson.get_cross_property`.
### Project specific options