Generate Code That Matches Appearance of External Code
A key aspect of code integration, especially for larger projects, is adherence to guidelines and standards for code appearance. If code appearance requirements apply to your project, review the requirements in this table. To learn more, see the relevant information.
Requirement | More Information |
---|---|
Thoroughly document code or document code in a specific way. | |
Control the length and naming of code identifiers (symbols), including the use of reserved names. | |
Control style aspects of code:
| |
Placement of data definitions and declarations, including location of
global identifiers and global data declarations
(extern ) | Control Placement of Global Data Definitions and Declarations in Generated Files |
Appearance of code for flow charts | Enhance Readability of Code for Flow Charts |
Apply code templates to control organization of code and use of banners |