Clarify task parameter construction variable names

This commit is contained in:
Josh Holtrop 2022-02-27 17:44:01 -05:00
parent bc17a9b38f
commit cb540741a4

View File

@ -865,7 +865,7 @@ It also instructs the linker to link against the `m` library.
* uppercase strings - the default construction variables that Rscons uses
* strings beginning with "_" - set and used internally by builders
* strings with a ":" as "#{task_name}:#{parameter_name}" - set to task parameter values
* lowercase strings with a ":" as "#{task_name}:#{parameter_name}" - set to task parameter values
* symbols, lowercase strings - reserved as user-defined construction variables
###> Builders