From ff5e7eb104d015c462fdae2de76c967bf00c27ad Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 2 Mar 2019 17:03:51 +0100 Subject: [PATCH] rewriter: Updated docs --- docs/markdown/Rewriter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index ce769d41b..b88b4a8bd 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.