If an errors tag was present, an 'Errors' section follows the description. Similarly, if there is a seealso tag, a 'See also' section with cross-reference links is made.
For classes, the declaration contains hyperlinks to separate pages which document all the members of the class. Each member in the declaration is followed by the short tag of the member's element tag, if one exists. As an extra, the class hierarchy is given, plus links to pop-up pages (if JavaScript is available, otherwise they are normal links) which contain alphabetical or hierarchical listings of the methods, fields or properties of the class.
For functions and procedures, the declaration will be typeset in such a way that all function arguments (if they are present) are in tabular format, followed by the short description of the argument. If it concerns a function, and a result element exists, the result description will be provided in a separate section, before the actual description.
The declaration of an enumerated type will be laid out in a table, with the enumeration value at the left, and the short description node of the value's element.
The latex output is in one big file with the name of the package as specified on the command line. in this file, one chapter is made per unit.
Per unit the following sections are made:
For the constants, types and variables, the declaration is given, followed by the descr node of the element corresponding to the identifier. All other nodes are ignored.
For functions and procedures, a subsection is made per procedure or function. This subsection consists of a list with the following entries:
For classes, a subsection is made with an overview of implemented methods. Then a subsection is presented with available properties.
Then follows a subsection per method. These are formatted as a function, with an additional Visibility list element, giving the visibility of the function.
After the methods, a list of properties is given , formatted as a method, with an additional Access list element, specifying whether the property is read/write or not.