Tags

DocGen tags are instructions to process a template and will not be output.

DocGen XML tags
comment A comment that is not processed and is not part of the output.
diagram Outputs the picture of a diagram.
expr Evaluates an MQL expression.
guard Conditionally skips the evaluation of a doc template.
file Defines the name of the file where the text generated by a doc template will be written.
foreach Processes a section of the template for each element contained within a collection.
if, else Conditionally skips a section of the template.
import Makes the referenced Java type directly available in the template.
parameters Defines the arguments expected by the template.
picture Outputs a picture.
print Evaluates an expression and outputs the result in the document.
set Declares and initializes variables for use within the template.
while Processes a section of the template while a condition is true.

Notes: