Next: , Previous: Descriptions, Up: Top


5 The Preprocessor

Txt2FPDoc has a preprocessor. All lines starting by ‘$’ are preprocessor's directives. The preprocessor accepts the following directives:

$include and $include_many directives are the solution if you want to mix code and documentation or split your documentation into several files.

Note: Unrecognized directives are treated as comment lines. This behavior may change in future releases.