aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-05-24 00:30:03 +0300
committerGitHub <noreply@github.com>2020-05-24 00:30:03 +0300
commit187865c5a824054651b7e816cc83700a34c541f8 (patch)
tree53dcdf91da22b28b53a97a635548b99525d971fc /docs/markdown/snippets
parent527536dd4ae102d2d14e7ee512b6886d57fc0149 (diff)
parent550a450324c493d6a60a793c617f855cc55381fe (diff)
downloadmeson-187865c5a824054651b7e816cc83700a34c541f8.zip
meson-187865c5a824054651b7e816cc83700a34c541f8.tar.gz
meson-187865c5a824054651b7e816cc83700a34c541f8.tar.bz2
Merge pull request #6765 from mensinda/astDump2
mintro: AST JSON printer
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/introspect.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect.md b/docs/markdown/snippets/introspect.md
new file mode 100644
index 0000000..8eab486
--- /dev/null
+++ b/docs/markdown/snippets/introspect.md
@@ -0,0 +1,4 @@
+## Introspection API changes
+
+dumping the AST (--ast): **new in 0.55.0**
+- prints the AST of a meson.build as JSON