aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Rewriter.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-03-02 17:03:51 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-03-04 13:00:07 +0100
commitff5e7eb104d015c462fdae2de76c967bf00c27ad (patch)
tree0539d620510b1b1c8d99409be7c5905231a664cd /docs/markdown/Rewriter.md
parentb55dbf0faead6571ac5f837c7e82b6ff47d377e1 (diff)
downloadmeson-ff5e7eb104d015c462fdae2de76c967bf00c27ad.zip
meson-ff5e7eb104d015c462fdae2de76c967bf00c27ad.tar.gz
meson-ff5e7eb104d015c462fdae2de76c967bf00c27ad.tar.bz2
rewriter: Updated docs
Diffstat (limited to 'docs/markdown/Rewriter.md')
-rw-r--r--docs/markdown/Rewriter.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md
index ce769d4..b88b4a8 100644
--- a/docs/markdown/Rewriter.md
+++ b/docs/markdown/Rewriter.md
@@ -61,9 +61,9 @@ src = ['main.cpp', 'fileA.cpp', 'fileB.cpp']
exe1 = executable('testExe', src)
```
-In this case, `exe1` could also have been used for the target name, since the
-rewriter also takes assignments and internal meson IDs into consideration when
-searching for the target in the `meson.build` files.
+In this case, `exe1` could also have been used for the target name. This is
+possible because the rewriter also searches for assignments and unique meson
+IDs, which can be acquired with introspection.
For more information see the help output of the rewriter target command.