diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-03 10:53:36 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-04 13:00:30 +0100 |
commit | 0a3b91c1c9f8ae6d8db6a20e25c862766ea09f2c (patch) | |
tree | d66e346cba0d0102a60756624c1e62922e0a67f8 | |
parent | 609a21ff9f4824364e76edc1dd7ff4911bf2a47b (diff) | |
download | meson-0a3b91c1c9f8ae6d8db6a20e25c862766ea09f2c.zip meson-0a3b91c1c9f8ae6d8db6a20e25c862766ea09f2c.tar.gz meson-0a3b91c1c9f8ae6d8db6a20e25c862766ea09f2c.tar.bz2 |
rewriter: Mark the info output as experimental
-rw-r--r-- | docs/markdown/Rewriter.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index 30e0bc1..f143ac0 100644 --- a/docs/markdown/Rewriter.md +++ b/docs/markdown/Rewriter.md @@ -227,5 +227,4 @@ When this operation is used, meson will print a JSON dump to stderr, containing all available information to the rewriter about the build target / function kwargs in question. -The output format is guaranteed to be backwards compatible, but new keys may be -added in the future. +The output format is currently experimental and may change in the future. |