diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-02 11:18:13 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-04 13:00:06 +0100 |
commit | eabc35340dc0fd63d70058f93c94674bc7782c19 (patch) | |
tree | 1430f5b84cb71660355ce64a5951aacdc94f4206 /docs/markdown | |
parent | 8fad06e8c83da1c197bad5970119f33e37258a5d (diff) | |
download | meson-eabc35340dc0fd63d70058f93c94674bc7782c19.zip meson-eabc35340dc0fd63d70058f93c94674bc7782c19.tar.gz meson-eabc35340dc0fd63d70058f93c94674bc7782c19.tar.bz2 |
rewriter: Enforce an empty project ID string
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Rewriter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index 89591fa..4550170 100644 --- a/docs/markdown/Rewriter.md +++ b/docs/markdown/Rewriter.md @@ -87,7 +87,7 @@ Currently, only the following function types are supported: - dependency - target (any build target, the function ID is the target name/ID) -- project (the function ID can be anything since project() can only be called once) +- project (the function ID must be an empty string since project() can only be called once) For more information see the help output of the rewriter kwargs command. |