File footer for specification files

The specification file ends with a footer whose content is determined by the C_CG::File::SpecificationFooter property.

The following example is the default content for the SpecificationFooter property for C:

/***************************************************
  File Path: $FullCodeGeneratedFileName
****************************************************/

The variable FullCodeGeneratedFileName is replaced with the name of the specification file. You can change the generated footer by modifying the SpecificationFooter property. Footer format strings can contain any of the following keywords:

To avoid redundant compilation, the product avoids unnecessary changes to specific lines prefixed with a special string, defined by the C_CG::File::DiffDelimiter property. The default DiffDelimiter value is //!. The keywords are resolved in the following order:

Note the following:


Feedback