diff --git a/doxygen/src/generators_schema.txt b/doxygen/src/generators_schema.txt index 7de43b2..a26bb03 100644 --- a/doxygen/src/generators_schema.txt +++ b/doxygen/src/generators_schema.txt @@ -141,29 +141,39 @@ Grouping element for \b generators. Only one such group can exist in a Pack. Description - $P - PATH to current project + $P + PATH to current project - \#P - PATH and name of the current project + \#P + PATH and name of the current project - $S - PATH to Pack folder containing the Device description used by the current project + $S + PATH to Pack folder containing the Device description used by the current project - $D - Name of the device configured in the current project + $D + Name of the device configured in the current project - $B - Name of the board configured in the current project + $B + Name of the board configured in the current project - $G + $G Absolute PATH to the generator input file describing the project and component context. - Note $G is only available in the \c \ and \c \ elements + Note $G is only available in the \c \ and \c \ elements + + + $pack_id + Provide an easy way for the generator to know its' pack. Typically useful if you launch + the same generator program from multiple generator definitions. YAML format. + + + $generator_id + Provide an easy way for the generator to know its' name. Typically useful if you launch + the same generator program from multiple generator definitions.