Component document
Component index
Section index

Component document


Search

Type

Function

Summary

Control the presentation of a document

Description

Every document written with tlmpdoc must call the document component. The text is written in the body functag.

void abstract ()
void body ()

Prototypes

void document (const char *title)

Functags

void abstract () Mandatory

you enter here a small introduction to the document

void body () Mandatory

You enter here the text of the document

You generally use the section component to organise the document in multiple sections.