aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorTim Hutt <tim.hutt@ultrahaptics.com>2017-06-05 14:21:27 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-07 20:03:14 +0300
commitb6dbb4ecc6eae8b177df2f3a78fc754002b22493 (patch)
tree9e3ffc90eeb16ea92372ae7a9aeddf536f1b05ce /docs/markdown
parent0e027c9616acfbcfec7fe2eafe8c5f774c8c4116 (diff)
downloadmeson-b6dbb4ecc6eae8b177df2f3a78fc754002b22493.zip
meson-b6dbb4ecc6eae8b177df2f3a78fc754002b22493.tar.gz
meson-b6dbb4ecc6eae8b177df2f3a78fc754002b22493.tar.bz2
Improve user-defined function wording & link to FAQ
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Syntax.md b/docs/markdown/Syntax.md
index 1000766..09369e6 100644
--- a/docs/markdown/Syntax.md
+++ b/docs/markdown/Syntax.md
@@ -321,4 +321,4 @@ subdir('tests')
User-defined functions and methods
--
-Meson does not currently support user-defined functions or methods. The addition of user-defined functions would make Meson Turing-complete. Avoiding this greatly simplifies the implementation. If because of this limitation you find yourself copying and pasting code a lot you may be able to use a [`foreach` loop instead](#foreach-statements).
+Meson does not currently support user-defined functions or methods. The addition of user-defined functions would make Meson Turing-complete which would make it harder to reason about and more difficult to integrate with tools like IDEs. More details about this are [in the FAQ](FAQ.md#why-is-meson-not-just-a-python-module-so-i-could-code-my-build-setup-in-python). If because of this limitation you find yourself copying and pasting code a lot you may be able to use a [`foreach` loop instead](#foreach-statements).