This directory is intended for storing examples of Pascal code included in the documentation. You can include example code in the documentation as follows: 1. Place an example of the code inside this directory as a unit with name UnitName.FunctionName.pas or similar. Place the link in this example for the documentation tag as follows: The file attribute of the tag is used to specify the filename containing the example. The filename does not require an extension: if it is missing, .pp is assumed. If you use the fpdoc editor then use the example tab for that. https://www.freepascal.org/docs-html/current/fpdoc/fpdocsu70.html 2. Place the example code into the section inside tags. Note that any text surrounding the code tags should be placed inside

tags. For example:

// Any description.

// Place example code here.
https://www.freepascal.org/docs-html/current/fpdoc/fpdocsu63.html