The Generation category contains categories and entries to define and activate a generation process.
Commands - contains generation commands, which can be executed at the end of the generation process, after the generation of all files. Commands are written in GTL (see Customizing Generation with GTL), and must be included within tasks to be evoked.
%GenOptions.option%
For
example, for a boolean option named GenerateComment,
%GenOptions.GenerateComment% will evaluate to either
true or false in a template, depending on the value specified in the
Generation dialog Options tab.Tasks – contains tasks, available on the Tasks tab of the Generation dialog, and which contain lists of generation commands. When a task is selected, the commands included in it are retrieved and their templates evaluated and executed.