diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-12-12 20:08:24 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-05-23 18:20:12 +0200 |
commit | 550a450324c493d6a60a793c617f855cc55381fe (patch) | |
tree | c3a7ebed7c2524fe0dbd7ff7e12682b67845eaac /docs/markdown/snippets | |
parent | 210b57a136ebaa1b1cd8a4d08c536b601ba77efb (diff) | |
download | meson-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.md | 4 |
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 |