From eabc35340dc0fd63d70058f93c94674bc7782c19 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 2 Mar 2019 11:18:13 +0100 Subject: rewriter: Enforce an empty project ID string --- docs/markdown/Rewriter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.1