The Manuals Source Script, or simply Source Script, is the format used to render DotNet Manuals pages. It basically consists of a text file (that doesn't require a particular extension, even if .dnman.txt and .dnm are the conventionally used ones) which contains instructions and the elements that are supposed to be rendered.

The script file is scanned line by line. Each one of them can be: Elements can contain dynamic expressions as well, such as variables resolved by the parser, represented in the @@expression; or @@expression(param1,...,); formats.