rewriter: Updated docs

pull/4992/head
Daniel Mensinger 6 years ago
parent b55dbf0fae
commit ff5e7eb104
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 6
      docs/markdown/Rewriter.md

@ -61,9 +61,9 @@ src = ['main.cpp', 'fileA.cpp', 'fileB.cpp']
exe1 = executable('testExe', src) exe1 = executable('testExe', src)
``` ```
In this case, `exe1` could also have been used for the target name, since the In this case, `exe1` could also have been used for the target name. This is
rewriter also takes assignments and internal meson IDs into consideration when possible because the rewriter also searches for assignments and unique meson
searching for the target in the `meson.build` files. IDs, which can be acquired with introspection.
For more information see the help output of the rewriter target command. For more information see the help output of the rewriter target command.

Loading…
Cancel
Save