From 7cbe37ebd94e9df984328fd9722cc2fc9f61651b Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Thu, 10 Aug 2023 14:35:18 -0400 Subject: Add more descriptive description to CustomTarget Allow modules using CustomTarget to modify the command description used by ninja backend. This result in more precise logs when building a project. --- docs/markdown/snippets/custom_target_description.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/custom_target_description.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/custom_target_description.md b/docs/markdown/snippets/custom_target_description.md new file mode 100644 index 0000000..fd8820e --- /dev/null +++ b/docs/markdown/snippets/custom_target_description.md @@ -0,0 +1,6 @@ +## More meaningful description of many generative tasks + +When a module uses a `CustomTarget` to process files, it now has the possibility +to customize the message displayed by ninja. + +Many modules were updated to take advantage of this new feature. -- cgit v1.1