aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-12-12 20:08:24 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-05-23 18:20:12 +0200
commit550a450324c493d6a60a793c617f855cc55381fe (patch)
treec3a7ebed7c2524fe0dbd7ff7e12682b67845eaac /docs/markdown/snippets
parent210b57a136ebaa1b1cd8a4d08c536b601ba77efb (diff)
downloadmeson-550a450324c493d6a60a793c617f855cc55381fe.zip
meson-550a450324c493d6a60a793c617f855cc55381fe.tar.gz
meson-550a450324c493d6a60a793c617f855cc55381fe.tar.bz2
ast: Add docs for --ast
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